Fix lint errors
This commit is contained in:
parent
74541ced02
commit
a8ced92203
2 changed files with 2 additions and 3 deletions
|
@ -97,8 +97,7 @@ class TraceTestCase(unittest.TestCase):
|
||||||
self.assertProcessNamesExist(self._nodes)
|
self.assertProcessNamesExist(self._nodes)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
pass
|
cleanup_trace(self._full_path)
|
||||||
# cleanup_trace(self._full_path)
|
|
||||||
|
|
||||||
def assertEventsOrderSet(self, event_names: List[str]):
|
def assertEventsOrderSet(self, event_names: List[str]):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue