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
No known key found for this signature in database
GPG Key ID: 6C34E8199743C270

View File

@ -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.