forked from Wobbl/Wobuzz
Removed unused imports that were still there.
This commit is contained in:
parent
cd6d37497f
commit
6e99c85f88
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue