8000 Clean up pyparsing import · matplotlib/matplotlib@47521c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47521c5

Browse files
committed
Clean up pyparsing import
1 parent 82cf793 commit 47521c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/_mathtext.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Empty, Forward, Literal, NotAny, one_of, OneOrMore, Optional,
2323
ParseBaseException, ParseException, ParseExpression, ParseFatalException,
2424
ParserElement, ParseResults, QuotedString, Regex, StringEnd, ZeroOrMore,
25-
pyparsing_common, Group)
25+
pyparsing_common, Group, nested_expr)
2626

2727
import matplotlib as mpl
2828
from . import cbook
@@ -31,7 +31,6 @@
3131
from .font_manager import FontProperties, findfont, get_font
3232
from .ft2font import FT2Font, FT2Image, Kerning, LoadFlags
3333

34-
from pyparsing import nested_expr
3534

3635
if T.TYPE_CHECKING:
3736
from collections.abc import Iterable

0 commit comments

Comments
 (0)
0