style: format python files with isort and double-quote-string-fixer
This commit is contained in:
@@ -79,5 +79,5 @@ class Config(object):
|
||||
# TODO: to support auto get variable here
|
||||
value = None
|
||||
if value is None:
|
||||
raise ValueError("Failed to get variable")
|
||||
raise ValueError('Failed to get variable')
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user