Removed unused imports that were still there.

This commit is contained in:
The Wobbler 2025-01-25 16:04:11 +01:00
parent cd6d37497f
commit 6e99c85f88

View file

@ -1,10 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
import os
import pygame.mixer import pygame.mixer
import pygame.event import pygame.event
from .track import Track
from .playlist import Playlist from .playlist import Playlist
from .track_progress_timer import TrackProgress from .track_progress_timer import TrackProgress