lots of PEP8 cleanup

This commit is contained in:
Ebag333
2016-10-19 12:25:31 -07:00
parent 74ce79ba8f
commit 0c0eb327f7
12 changed files with 65 additions and 41 deletions

View File

@@ -98,7 +98,7 @@ mapper(Fit, fits_table,
"_Fit__modules": relation(
Module,
collection_class=HandledModuleList,
primaryjoin=and_(modules_table.c.fitID == fits_table.c.ID, modules_table.c.projected == False),
primaryjoin=and_(modules_table.c.fitID == fits_table.c.ID, modules_table.c.projected is False),
order_by=modules_table.c.position,
cascade='all, delete, delete-orphan'),
"_Fit__projectedModules": relation(