mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
hwdb: drop unused imported object
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user