From: Yu Watanabe Date: Sat, 8 Dec 2018 10:31:24 +0000 (+0900) Subject: hwdb: drop unused imported object X-Git-Tag: v240~103^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af182e786ccd8157633b93dbb312a21ff99588d1;p=thirdparty%2Fsystemd.git hwdb: drop unused imported object --- diff --git a/hwdb/parse_hwdb.py b/hwdb/parse_hwdb.py index 4900a257787..89efc28925c 100755 --- a/hwdb/parse_hwdb.py +++ b/hwdb/parse_hwdb.py @@ -30,8 +30,7 @@ import sys import os try: - from pyparsing import (Word, White, Literal, ParserElement, Regex, - LineStart, LineEnd, + from pyparsing import (Word, White, Literal, ParserElement, Regex, LineEnd, OneOrMore, Combine, Or, Optional, Suppress, Group, nums, alphanums, printables, stringEnd, pythonStyleComment, QuotedString,