Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta authored Oct 10, 2024
1 parent 9b70690 commit 9c2d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/utils/ili2db.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def skip_wwtp_structure_ids():

# select all obj_id from wastewater_structure that are not in wwtp_structure
cursor.execute(
f"SELECT * FROM qgep_od.wastewater_structure WHERE obj_id NOT IN (SELECT obj_id FROM qgep_od.wwtp_structure);"
"SELECT * FROM qgep_od.wastewater_structure WHERE obj_id NOT IN (SELECT obj_id FROM qgep_od.wwtp_structure);"
)
# remove - only for testing
# cursor.execute(
Expand Down

0 comments on commit 9c2d502

Please sign in to comment.