Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Feb 13, 2024
1 parent 5ab6c2a commit 8a76bbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/dbapi/api/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@
import json

class UnderpassDB():
conn = None

# Default Underpass local DB configuration
# This might be replaced by an .ini config file

def __init__(self, connectionString = None):
self.connectionString = connectionString or "postgresql://underpass:underpass@postgis/underpass"
self.cursor = None
self.pool = None

async def __enter__(self):
Expand Down

0 comments on commit 8a76bbb

Please sign in to comment.