summaryrefslogtreecommitdiff
path: root/tools/testing/kunit/run_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/kunit/run_checks.py')
-rwxr-xr-xtools/testing/kunit/run_checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/kunit/run_checks.py b/tools/testing/kunit/run_checks.py
index 13d854afca9d..066e6f938f6d 100755
--- a/tools/testing/kunit/run_checks.py
+++ b/tools/testing/kunit/run_checks.py
@@ -14,7 +14,7 @@ import shutil
import subprocess
import sys
import textwrap
-from typing import Dict, List, Sequence, Tuple
+from typing import Dict, List, Sequence
ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
TIMEOUT = datetime.timedelta(minutes=5).total_seconds()