mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Update code formatting - line length
This commit is contained in:
@@ -292,8 +292,6 @@ class Directive(HyperglassModel):
|
||||
}
|
||||
|
||||
if self.field.is_select:
|
||||
value["options"] = [
|
||||
o.export_dict() for o in self.field.options if o is not None
|
||||
]
|
||||
value["options"] = [o.export_dict() for o in self.field.options if o is not None]
|
||||
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user