diff options
Diffstat (limited to 'workers/git_worker.py')
| -rw-r--r-- | workers/git_worker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workers/git_worker.py b/workers/git_worker.py index 00e0069..c04e4c3 100644 --- a/workers/git_worker.py +++ b/workers/git_worker.py @@ -45,7 +45,7 @@ class GitWorker(QThread): return GitWorker(repo_path, ["git", "push", "origin", "production"], parent) @staticmethod - def remove_article(repo_path: Path, rel_path: str, slug: str, lang: str, parent=None) -> "GitWorker": + def remove_article(repo_path: Path, rel_path: str, slug: str, lang: str, parent=None) -> QThread: class _RmWorker(QThread): output = pyqtSignal(str) error = pyqtSignal(str) |
