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