hwdb: drop unused imported object
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 8 Dec 2018 10:31:24 +0000 (19:31 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 9 Dec 2018 18:06:58 +0000 (03:06 +0900)
hwdb/parse_hwdb.py

index 4900a25..89efc28 100755 (executable)
@@ -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,