pylint
This commit is contained in:
parent
d26caded53
commit
266f94bc95
1 changed files with 2 additions and 2 deletions
|
@ -445,6 +445,6 @@ class LBRYDB(DB):
|
|||
super().close()
|
||||
self.sql.close()
|
||||
|
||||
async def _open_dbs(self, *args):
|
||||
await super()._open_dbs(*args)
|
||||
async def _open_dbs(self, *args, **kwargs):
|
||||
await super()._open_dbs(*args, **kwargs)
|
||||
self.sql.open()
|
||||
|
|
Loading…
Add table
Reference in a new issue