Skip to content

Commit

Permalink
Removed explicit object parent from FullSyncManager
Browse files Browse the repository at this point in the history
  • Loading branch information
kalehmann committed Sep 2, 2020
1 parent e9e0645 commit f510050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ankisyncd/full_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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.
Expand Down

0 comments on commit f510050

Please sign in to comment.