Fix trailing whitespace, typos, headers
Fix trailing whitespace, typos, and header uniformity.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user