Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2023
1 parent 9a4d09f commit b36b19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osm_rawdata/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ def createSQL(
return sql

def createTable(
self,
sql: str,
):
self,
sql: str,
):
"""Create a table in the database
Args:
Expand Down

0 comments on commit b36b19c

Please sign in to comment.