mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
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