Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriyardx committed Feb 8, 2022
1 parent 529c6aa commit 27c1c4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dismusic/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
from discord.ext import commands
from wavelink.ext import spotify

from dismusic.errors import MustBeSameChannel

from .checks import voice_channel_player, voice_connected
from .errors import MustBeSameChannel
from .player import DisPlayer


Expand Down

0 comments on commit 27c1c4b

Please sign in to comment.