removed unused import

main
Stephan Halder 2023-03-28 17:28:54 +02:00
parent 3ea61ef674
commit 8aba74aa70
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import random
from level.Level import Level
from level.elements.static.StaticLevelElement import StaticLevelElement
from physics.SpriteManager import SpriteManager