Skip to content

Commit

Permalink
bug: fix circular import error in types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhnsy committed Jun 14, 2022
1 parent f900144 commit 9d2cc16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions slate/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
import spotipy
from discord.ext import commands

# Local
from .objects.track import Track


if TYPE_CHECKING:
# Local
from .player import Player
from .objects.track import Track


__all__ = (
Expand Down

0 comments on commit 9d2cc16

Please sign in to comment.