Fix trailing whitespace, typos, headers

Fix trailing whitespace, typos, and header uniformity.
This commit is contained in:
luzpaz
2023-01-22 17:57:12 +00:00
committed by Uwe
parent d6cccf2f96
commit 729685316e
48 changed files with 180 additions and 189 deletions

View File

@@ -129,7 +129,7 @@ class TestUpdateAllGui(unittest.TestCase):
sleep(0.01)
self.limit_reached = True
worker = Worker()
self.factory.work_function = worker.run
self.factory.work_function = worker.run
self.test_object.run()
cancel_timer = QtCore.QTimer()
cancel_timer.timeout.connect(