Skip to content

Commit

Permalink
CI pandas-dev#34131 fix the linting, 3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLuG committed Jun 13, 2020
1 parent 7935634 commit 2ca3041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/test_arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
import pandas._testing as tm
import pandas.core.common as com
from pandas.core.computation.expressions import (
_USE_NUMEXPR,
_MIN_ELEMENTS,
_NUMEXPR_INSTALLED,
_USE_NUMEXPR,
)
from pandas.tests.frame.common import _check_mixed_float, _check_mixed_int

Expand Down

0 comments on commit 2ca3041

Please sign in to comment.