summaryrefslogtreecommitdiff
path: root/tools/test_util.py
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-11-04 22:09:06 +0100
committerGitHub <noreply@github.com>2020-11-04 22:09:06 +0100
commit6dd76332619c917e0d00766fe84e9205b8311e79 (patch)
tree02a75d2d209fc3543019c716ad671333628b1193 /tools/test_util.py
parentdc232d8489c985d4f9c230a57f28ddd09723667d (diff)
chore: remove dead Python code (#8248)
Diffstat (limited to 'tools/test_util.py')
-rw-r--r--tools/test_util.py3
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):