Skip to content

Commit a067c92

Browse files
author
OlivierLuG
committed
pandas-dev#34131 review taken into account + linting
1 parent 5ff6b2d commit a067c92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/tests/frame/test_arithmetic.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
from pandas import DataFrame, MultiIndex, Series
1212
import pandas._testing as tm
1313
import pandas.core.common as com
14-
from pandas.core.computation.expressions import (
15-
_MIN_ELEMENTS,
16-
_NUMEXPR_INSTALLED,
17-
)
14+
from pandas.core.computation.expressions import _MIN_ELEMENTS, _NUMEXPR_INSTALLED
1815
from pandas.tests.frame.common import _check_mixed_float, _check_mixed_int
1916

2017
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)