Skip to content

Commit

Permalink
Import TraktMedia with TYPE_CHECKING only
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 14, 2024
1 parent 3a82e6a commit 214ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from plextraktsync.decorators.measure_time import measure_time
from plextraktsync.factory import logger
from plextraktsync.trakt.TraktUserListCollection import TraktUserListCollection
from plextraktsync.trakt.types import TraktMedia
from plextraktsync.trakt_list_util import TraktListUtil

if TYPE_CHECKING:
Expand All @@ -17,6 +16,7 @@
from plextraktsync.plan.Walker import Walker
from plextraktsync.plex.PlexApi import PlexApi
from plextraktsync.trakt.TraktApi import TraktApi
from plextraktsync.trakt.types import TraktMedia


class Sync:
Expand Down

0 comments on commit 214ed8e

Please sign in to comment.