summaryrefslogtreecommitdiff
path: root/examples/searchparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/searchparser.py')
-rw-r--r--examples/searchparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/searchparser.py b/examples/searchparser.py
index d645a1f..1744448 100644
--- a/examples/searchparser.py
+++ b/examples/searchparser.py
@@ -57,7 +57,7 @@ TODO:
- ask someone to check my English texts
- add more kinds of wildcards ('*' at the beginning and '*' inside a word)?
"""
-from pyparsing import Word, alphanums, Keyword, Group, Combine, Forward, Suppress, Optional, OneOrMore, oneOf
+from pyparsing import Word, alphanums, Keyword, Group, Combine, Forward, Suppress, OneOrMore, oneOf
class SearchQueryParser: