mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Format python code with Black (#12663)
This commit is contained in:
@@ -6,11 +6,9 @@ from pkg_resources import DistributionNotFound, VersionConflict
|
||||
args = sys.argv
|
||||
|
||||
# verbose flag
|
||||
verbose = '-v' in args
|
||||
verbose = "-v" in args
|
||||
|
||||
requirements = [
|
||||
'PyMySQL'
|
||||
]
|
||||
requirements = ["PyMySQL"]
|
||||
|
||||
try:
|
||||
pkg_resources.require(requirements)
|
||||
|
Reference in New Issue
Block a user