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