Fix lint errors

This commit is contained in:
Christophe Bedard 2019-06-21 09:21:48 +02:00
parent 74541ced02
commit a8ced92203
2 changed files with 2 additions and 3 deletions

View file

@ -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]):
""" """