mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (#26169)
(cherry picked from commit a42d98ed91cd1f08b2e9734ca6ca136dd10dff5d) Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
This commit is contained in:
parent
925cb85e9e
commit
d43e1cbcc1
@ -54,7 +54,6 @@ class BaseGUITestRunner(object):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.currentResult = None
|
||||
self.running = 0
|
||||
self.__rollbackImporter = None
|
||||
self.__rollbackImporter = RollbackImporter()
|
||||
self.test_suite = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user