We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff6b2d commit a067c92Copy full SHA for a067c92
pandas/tests/frame/test_arithmetic.py
@@ -11,10 +11,7 @@
11
from pandas import DataFrame, MultiIndex, Series
12
import pandas._testing as tm
13
import pandas.core.common as com
14
-from pandas.core.computation.expressions import (
15
- _MIN_ELEMENTS,
16
- _NUMEXPR_INSTALLED,
17
-)
+from pandas.core.computation.expressions import _MIN_ELEMENTS, _NUMEXPR_INSTALLED
18
from pandas.tests.frame.common import _check_mixed_float, _check_mixed_int
19
20
# -------------------------------------------------------------------
0 commit comments