Skip to content

Commit

Permalink
Update utc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Feb 16, 2024
1 parent 32008c9 commit 24c0330
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Tools/HolocronToolset/src/toolset/gui/editors/utc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
from PyQt5.QtGui import QImage, QPixmap, QTransform
from PyQt5.QtWidgets import QListWidgetItem, QMessageBox

from PyQt5 import QtCore
from PyQt5.QtCore import QSettings
from PyQt5.QtGui import QImage, QPixmap, QTransform
from PyQt5.QtWidgets import QListWidgetItem, QMessageBox

from pykotor.common.language import Gender, Language
from pykotor.common.misc import Game, ResRef
from pykotor.common.module import Module
Expand All @@ -31,9 +26,9 @@
from utility.error_handling import format_exception_with_variables

if TYPE_CHECKING:
from PyQt5.QtWidgets import QWidget
import os

from PyQt5.QtWidgets import QWidget
from typing_extensions import Literal

from pykotor.common.language import LocalizedString
Expand Down

0 comments on commit 24c0330

Please sign in to comment.