Removed explicit object parent from FullSyncManager

This commit is contained in:
Karsten Lehmann
2020-09-02 18:43:15 +02:00
parent e9e0645416
commit f51005032a

View File

@@ -13,7 +13,7 @@ from anki.collection import Collection
logger = logging.getLogger("ankisyncd.media")
logger.setLevel(1)
class FullSyncManager(object):
class FullSyncManager:
def test_db(self, db: DB):
"""
:param anki.db.DB db: the database uploaded from the client.