Skip to content

Commit

Permalink
pyanaconda: task: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Feb 26, 2024
1 parent 6b8a436 commit 580d308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyanaconda/modules/common/task/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self):

self.__progress_lock = Lock()
self.__progress_step = 0
self.__progress_category = None
self.__progress_msg = ""

@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_task_category_reporting(self):
interface = task.for_publication()

callback = Mock()
# pylint: disable=no-member
interface.CategoryChanged.connect(callback)
task.run()

Expand Down

0 comments on commit 580d308

Please sign in to comment.