Removed explicit object parent from FullSyncManager
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user