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 Jan 8, 2024
1 parent 8fd715f commit 1381b89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions osm_rawdata/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ def __init__(
log.error(f"Couldn't connect to database: {e}")

def __del__(self):
"""
Close any open connections to Postgres.
"""Close any open connections to Postgres.
"""
self.dbshell.close()

Expand Down

0 comments on commit 1381b89

Please sign in to comment.