Skip to content

Commit 9251b8d

Browse files
committed
Lint
1 parent af043ce commit 9251b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowdb/testdata/bin/migrate_synth_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def do_exec(args):
184184
FROM public.gambia_admin2;"""
185185
)
186186
except:
187-
pass # No gambia table
187+
pass # No gambia table
188188
with engine.begin() as trans:
189189
# Populate the geobridge
190190
trans.execute(

0 commit comments

Comments
 (0)