1
0
Fork 0

apps: snake: Remove redundant import

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-12-12 18:15:33 +00:00
parent 941d4a264d
commit 339b835782

View file

@ -76,7 +76,6 @@ snake_game = (
import wasp, time
from random import randint
from apps.launcher import LauncherApp
class SnakeGameApp():
NAME = 'Snake'