Removed explicit object parent from FullSyncManager
This commit is contained in:
parent
e9e0645416
commit
f51005032a
@ -13,7 +13,7 @@ from anki.collection import Collection
|
|||||||
logger = logging.getLogger("ankisyncd.media")
|
logger = logging.getLogger("ankisyncd.media")
|
||||||
logger.setLevel(1)
|
logger.setLevel(1)
|
||||||
|
|
||||||
class FullSyncManager(object):
|
class FullSyncManager:
|
||||||
def test_db(self, db: DB):
|
def test_db(self, db: DB):
|
||||||
"""
|
"""
|
||||||
:param anki.db.DB db: the database uploaded from the client.
|
:param anki.db.DB db: the database uploaded from the client.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user