Skip to content

Commit 2b369d7

Browse files
Bugfix: Fixing Bootstrapper UT failure with Python 2.7 (#325)
Co-authored-by: Koshy John <[email protected]>
1 parent cf5800f commit 2b369d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)