mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
chore(game): remove unused import
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import pygame
|
||||
from loguru import logger
|
||||
from utils import CONFIG, Figure, Size
|
||||
from utils import CONFIG, Figure
|
||||
|
||||
from .base import BaseScreen, SceenElement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user