Skip to content

Commit 7935634

Browse files
author
OlivierLuG
committed
CI pandas-dev#34131 fix the linting
1 parent 408da4a commit 7935634

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
@@ -10,12 +10,12 @@
1010
import pandas as pd
1111
from pandas import DataFrame, MultiIndex, Series
1212
import pandas._testing as tm
13+
import pandas.core.common as com
1314
from pandas.core.computation.expressions import (
1415
_USE_NUMEXPR,
1516
_MIN_ELEMENTS,
1617
_NUMEXPR_INSTALLED,
1718
)
18-
import pandas.core.common as com
1919
from pandas.tests.frame.common import _check_mixed_float, _check_mixed_int
2020

2121
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)