Skip to content

Commit 8f1524b

Browse files
committed
Fixing UT failure with Py2.7
1 parent bfd698e commit 8f1524b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/core/tests/Test_Bootstrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929

3030
class TestBootstrapper(unittest.TestCase):
31-
def __init__(self, methodName: str = "runTest"):
32-
super().__init__(methodName)
3331

3432
def setUp(self):
3533
self.sudo_check_status_attempts = 0

0 commit comments

Comments
 (0)