"Optimize Imports" in game & qt-ui

Adjustments made by PyCharm
This commit is contained in:
Raffson
2022-10-24 18:54:41 +02:00
parent ada297d331
commit a736bf9b09
85 changed files with 95 additions and 117 deletions

View File

@@ -5,8 +5,8 @@ from typing import Optional
from PySide2.QtCore import QObject, Signal
from game import Game
from game.game import TurnState
from game.debriefing import Debriefing
from game.game import TurnState
class GameUpdateSignal(QObject):