Skip to content

Commit

Permalink
chore(lava/classes/player.py): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed May 9, 2024
1 parent bf8481c commit 30f4bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lava/classes/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

from disnake import Message, Locale, ButtonStyle, Embed, Colour, Guild, Interaction
from disnake.ui import ActionRow, Button
from lavalink import DefaultPlayer, Node, parse_time, TrackEndEvent, RequestError, PlayerErrorEvent, TrackStuckEvent, \
QueueEndEvent, TrackLoadFailedEvent
from lavalink import DefaultPlayer, Node, parse_time

from lava.embeds import ErrorEmbed
from lava.utils import get_recommended_tracks, get_image_size

if TYPE_CHECKING:
Expand Down

0 comments on commit 30f4bb3

Please sign in to comment.