mirror of https://gitlab.com/pamhyr/pamhyr2
pep8 fix
parent
2dd9003721
commit
4d20c2457a
|
|
@ -276,7 +276,7 @@ class HydraulicStructure(SQLSubModel):
|
|||
def _db_save(self, execute, data=None):
|
||||
if not self.must_be_saved():
|
||||
return True
|
||||
|
||||
|
||||
execute(
|
||||
"DELETE FROM hydraulic_structures " +
|
||||
f"WHERE pamhyr_id = {self.pamhyr_id} " +
|
||||
|
|
|
|||
Loading…
Reference in New Issue