mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Format code
This commit is contained in:
@ -397,4 +397,4 @@ ProjectOptions = OrderedDict(
|
||||
|
||||
|
||||
def get_config_options_schema():
|
||||
return [option.as_dict() for option in ProjectOptions.values()]
|
||||
return [opt.as_dict() for opt in ProjectOptions.values()]
|
||||
|
Reference in New Issue
Block a user