From 6dd76332619c917e0d00766fe84e9205b8311e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 4 Nov 2020 22:09:06 +0100 Subject: chore: remove dead Python code (#8248) --- tools/test_util.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/test_util.py') 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): -- cgit v1.2.3