Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent ceea7d6 commit 5ead037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/PartSeg/common_gui/qt_modal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""from napari._qt.dialog.modal """
"""from napari._qt.dialog.modal"""

from qtpy.QtCore import QPoint, QRect, Qt
from qtpy.QtGui import QCursor, QGuiApplication, QKeyEvent
Expand Down
2 changes: 1 addition & 1 deletion package/PartSegCore/analysis/load_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def load_project_from_tar(tar_file, file_path):


def load_project(
file: typing.Union[str, Path, tarfile.TarFile, TextIOBase, BufferedIOBase, RawIOBase, IOBase]
file: typing.Union[str, Path, tarfile.TarFile, TextIOBase, BufferedIOBase, RawIOBase, IOBase],
) -> ProjectTuple:
"""Load project from archive"""
tar_file, file_path = open_tar_file(file)
Expand Down

0 comments on commit 5ead037

Please sign in to comment.