hwdb: drop unused imported object

This commit is contained in:
Yu Watanabe 2018-12-08 19:31:24 +09:00
parent a9f2655dbe
commit af182e786c

View file

@ -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,