Skip to content

Commit

Permalink
fixup! Drop un-needed extract_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 16, 2022
1 parent 0a3d079 commit d565a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime, timezone

from trakt.core import get, post, delete
from trakt.utils import slugify, extract_ids, timestamp
from trakt.utils import slugify, timestamp


__author__ = 'Jon Nappi'
Expand Down

0 comments on commit d565a62

Please sign in to comment.