Skip to content

Commit

Permalink
refactor: formatting for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 9, 2024
1 parent ec35c6a commit 4a729fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions osm_rawdata/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ def createTable(

return True

def execute(self,
sql: str,
):
"""
Execute a raw SQL query and return the results.
def execute(
self,
sql: str,
):
"""Execute a raw SQL query and return the results.
Args:
sql (str): The SQL to execute
Expand Down

0 comments on commit 4a729fe

Please sign in to comment.