From 2a6ade98bc73623d945fa7cef816dcfc60960883 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 10 Oct 2019 11:01:54 +0200 Subject: testsuite: Remove unused imports Reported by pylint. --- testsuite.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 1b6954b..0f7ca9f 100644 --- a/testsuite.py +++ b/testsuite.py @@ -38,7 +38,6 @@ import difflib import errno import os -import platform import re import shutil import subprocess @@ -47,10 +46,10 @@ import tempfile import textwrap from kconfiglib import Kconfig, Symbol, Choice, COMMENT, MENU, MenuNode, \ - BOOL, TRISTATE, HEX, STRING, \ + BOOL, TRISTATE, HEX, \ TRI_TO_STR, \ escape, unescape, \ - expr_str, expr_value, expr_items, split_expr, \ + expr_str, expr_items, split_expr, \ _ordered_unique, \ OR, AND, \ KconfigError -- cgit v1.2.3