aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-08 19:31:24 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-10 03:06:58 +0900
commitaf182e786ccd8157633b93dbb312a21ff99588d1 (patch)
tree1a16247db22c4a297c5a4aa7f12091d05b6e93b5
parenthwdb: drop comment (diff)
downloadsystemd-af182e786ccd8157633b93dbb312a21ff99588d1.tar.gz
systemd-af182e786ccd8157633b93dbb312a21ff99588d1.tar.bz2
systemd-af182e786ccd8157633b93dbb312a21ff99588d1.zip
hwdb: drop unused imported object
-rwxr-xr-xhwdb/parse_hwdb.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/hwdb/parse_hwdb.py b/hwdb/parse_hwdb.py
index 4900a2577..89efc2892 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,