chore(game): remove unused import

This commit is contained in:
Kristofers Solo 2024-01-08 17:52:42 +02:00
parent cbe01b3951
commit a0ff4a438d

View File

@ -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