apps: snake: Remove redundant import
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
941d4a264d
commit
339b835782
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ snake_game = (
|
||||||
|
|
||||||
import wasp, time
|
import wasp, time
|
||||||
from random import randint
|
from random import randint
|
||||||
from apps.launcher import LauncherApp
|
|
||||||
|
|
||||||
class SnakeGameApp():
|
class SnakeGameApp():
|
||||||
NAME = 'Snake'
|
NAME = 'Snake'
|
||||||
|
|
Loading…
Add table
Reference in a new issue