Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Feb 19, 2024
1 parent 2095d86 commit c78275e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Libraries/PyKotor/src/pykotor/tools/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from typing import TYPE_CHECKING, Any

from pykotor.tools.registry import find_software_key, winreg_key
from utility.misc import is_instance_or_subinstance
from utility.string import ireplace
from utility.system.path import (
Path as InternalPath,
Expand Down
3 changes: 1 addition & 2 deletions Tools/HolocronToolset/src/toolset/gui/editors/tpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@

from PIL import Image, ImageOps
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QImage, QPixmap, QTransform
from PyQt5.QtGui import QImage, QPixmap

from pykotor.resource.formats.tpc import TPC, TPCTextureFormat, read_tpc, write_tpc
from pykotor.resource.type import ResourceType
from toolset.gui.editor import Editor
from utility.error_handling import assert_with_variable_trace

if TYPE_CHECKING:
import os
Expand Down

0 comments on commit c78275e

Please sign in to comment.