mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
[3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438) (GH-26171)
(cherry picked from commit a42d98ed91
)
Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
This commit is contained in:
parent
1afaaf5a2d
commit
9b59b6fff8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue