Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 4ab0dc8

Browse files
hyeygittensorflower-gardener
authored andcommitted
Remove tearDown.
PiperOrigin-RevId: 254256277
1 parent b6a6340 commit 4ab0dc8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tensorflow/tools/tensorflow_builder/compat_checker/compat_checker_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ def setUp(self):
7373
super(CompatCheckerTest, self).setUp()
7474
self.test_file = os.path.join(PATH_TO_DIR, "test_config.ini")
7575

76-
def testDown(self):
77-
"""Tear down test."""
78-
super(CompatCheckerTest, self).tearDown()
79-
8076
def testWithUserConfigInRange(self):
8177
"""Test a set of configs that are supported.
8278

0 commit comments

Comments
 (0)