From f7e1b46b32a7b5149558c39ae71ed11b51d23066 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 25 Jul 2024 08:22:49 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cromulant/game.py b/cromulant/game.py index 8f38522..91643c8 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -13,8 +13,8 @@ from PySide6.QtGui import QCursor # type: ignore from PySide6.QtGui import QMouseEvent from PySide6.QtGui import QPixmap from PySide6.QtGui import QAction -from PySide6.QtCore import QSize -from PySide6.QtCore import QTimer # type: ignore +from PySide6.QtCore import QSize # type: ignore +from PySide6.QtCore import QTimer from PySide6.QtCore import Qt from .config import Config