Merge and remove unused imports.
This commit is contained in:
commit
97cb1f2d9d
@ -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