1
0
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:
thatmattlove
2021-09-12 15:09:24 -07:00
parent a62785227e
commit 52ebf4663c
50 changed files with 151 additions and 464 deletions

View File

@@ -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