Skip to content

Commit

Permalink
Merge branch 'refactor/fmtm-splitter' of github.com:hotosm/fmtm-split…
Browse files Browse the repository at this point in the history
…ter into refactor/fmtm-splitter
  • Loading branch information
Sujanadh committed Jan 23, 2025
2 parents 3bf7433 + 4a5de70 commit d93cc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmtm_splitter/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ def setup_lines_view(conn, geometry):
"""
with conn.cursor() as cur:
cur.execute(view_sql, (geometry,))
cur.close()
cur.close()

0 comments on commit d93cc72

Please sign in to comment.