Remove unused imports and variables
This commit is contained in:
parent
6d94b540e0
commit
d3927cfb8c
@ -1,8 +1,7 @@
|
|||||||
import pygame as pg
|
import pygame as pg
|
||||||
import time
|
|
||||||
from pygame.locals import *
|
|
||||||
from UI.grid import Grid, Node
|
from UI.grid import Grid, Node
|
||||||
|
|
||||||
|
|
||||||
class Window():
|
class Window():
|
||||||
def __init__(self, grid: Grid):
|
def __init__(self, grid: Grid):
|
||||||
pg.init()
|
pg.init()
|
||||||
|
Loading…
Reference in New Issue
Block a user