mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
"Optimize Imports" in game & qt-ui
Adjustments made by PyCharm
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from PySide2.QtCore import QTimer
|
||||
from PySide2.QtGui import QTextCursor
|
||||
from PySide2.QtWidgets import (
|
||||
QDialog,
|
||||
QPlainTextEdit,
|
||||
@@ -6,14 +8,10 @@ from PySide2.QtWidgets import (
|
||||
QPushButton,
|
||||
QLabel,
|
||||
)
|
||||
from PySide2.QtGui import QTextCursor
|
||||
from PySide2.QtCore import QTimer
|
||||
|
||||
import qt_ui.uiconstants as CONST
|
||||
from game.game import Game
|
||||
|
||||
from time import sleep
|
||||
|
||||
|
||||
class QNotesWindow(QDialog):
|
||||
def __init__(self, game: Game):
|
||||
|
||||
Reference in New Issue
Block a user