Skip to content

Commit 2ca3041

Browse files
author
OlivierLuG
committed
CI pandas-dev#34131 fix the linting, 3rd attempt
1 parent 7935634 commit 2ca3041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
import pandas._testing as tm
1313
import pandas.core.common as com
1414
from pandas.core.computation.expressions import (
15-
_USE_NUMEXPR,
1615
_MIN_ELEMENTS,
1716
_NUMEXPR_INSTALLED,
17+
_USE_NUMEXPR,
1818
)
1919
from pandas.tests.frame.common import _check_mixed_float, _check_mixed_int
2020

0 commit comments

Comments
 (0)