Format code

This commit is contained in:
Ivan Kravets
2019-10-31 18:52:13 +02:00
parent a18f8b2a4c
commit a7f8838d9a
5 changed files with 19 additions and 19 deletions

View File

@ -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()]