diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-04 22:09:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 22:09:06 +0100 |
commit | 6dd76332619c917e0d00766fe84e9205b8311e79 (patch) | |
tree | 02a75d2d209fc3543019c716ad671333628b1193 /tools/test_util.py | |
parent | dc232d8489c985d4f9c230a57f28ddd09723667d (diff) |
chore: remove dead Python code (#8248)
Diffstat (limited to 'tools/test_util.py')
-rw-r--r-- | tools/test_util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test_util.py b/tools/test_util.py index 9abc3535e..7dad0f4ff 100644 --- a/tools/test_util.py +++ b/tools/test_util.py @@ -8,8 +8,7 @@ import os import sys import unittest -from util import (enable_ansi_colors, build_path, RESET, FG_RED, FG_GREEN, - executable_suffix, rmtree, tests_path) +from util import (build_path, RESET, FG_RED, FG_GREEN, executable_suffix) class DenoTestCase(unittest.TestCase): |