Skip to content

Commit

Permalink
📝 Address lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Feb 5, 2025
1 parent 4f426c8 commit 60714ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ugcs_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _check():
"%s rows with empty, too small simple_geom, decreasing tolerance",
res.rowcount,
)
res = cursor.execute(
cursor.execute(
sql_helper("""
UPDATE ugcs
SET simple_geom = ST_Multi(
Expand Down

0 comments on commit 60714ac

Please sign in to comment.