8000 Sort imports · matplotlib/matplotlib@ea6bb16 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea6bb16

Browse files
committed
Sort imports
1 parent 47521c5 commit ea6bb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/_mathtext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
import numpy as np
2121
from pyparsing import (
22-
Empty, Forward, Literal, NotAny, one_of, OneOrMore, Optional,
22+
Empty, Forward, Literal, Group, NotAny, OneOrMore, Optional,
2323
ParseBaseException, ParseException, ParseExpression, ParseFatalException,
2424
ParserElement, ParseResults, QuotedString, Regex, StringEnd, ZeroOrMore,
25-
pyparsing_common, Group, nested_expr)
25+
pyparsing_common, nested_expr, one_of)
2626

2727
import matplotlib as mpl
2828
from . import cbook

0 commit comments

Comments
 (0)
0