Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Mar 23, 2022
1 parent e0370dc commit 79a4f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/util/db_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DBWrapper:
db: aiosqlite.Connection
lock: asyncio.Lock

def __init__(self, connection: aiosqlite.Connection, db_version: int = 1):
def __init__(self, connection: aiosqlite.Connection):
self.db = connection
self.lock = asyncio.Lock()

Expand Down

0 comments on commit 79a4f1e

Please sign in to comment.