Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoray committed Sep 11, 2024
1 parent 1552612 commit cfa0e57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions translator/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from translator.vector.process import process_vector
from translator.vector.label import generate_label_json

from ui.progress_dialog import ProgressDialog


class ProcessingThread(QThread):
processStarted = pyqtSignal(int)
Expand Down
2 changes: 1 addition & 1 deletion ui/main_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _run(self):

# messaging
msg = self.tr("Process completed")
msg += f"\n\n"
msg += "\n\n"
msg += self.tr("Output folder")
msg += f":\n{params['output_dir']}"

Expand Down

0 comments on commit cfa0e57

Please sign in to comment.