Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jun 14, 2023
1 parent 7ee97a5 commit 519c561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowdb/testdata/bin/migrate_synth_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def do_exec(args):
FROM public.gambia_admin2;"""
)
except:
pass # No gambia table
pass # No gambia table
with engine.begin() as trans:
# Populate the geobridge
trans.execute(
Expand Down

0 comments on commit 519c561

Please sign in to comment.