File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
import numpy as np
12
12
13
13
import pandas .core .common as com
14
- from pandas .core .computation .check import _NUMEXPR_INSTALLED , _NUMEXPR_VERSION
14
+ from pandas .core .computation .check import _NUMEXPR_INSTALLED
15
15
from pandas .core .config import get_option
16
16
17
17
if _NUMEXPR_INSTALLED :
Original file line number Diff line number Diff line change 15
15
from pandas .util .testing import makeCustomDataframe as mkdf
16
16
17
17
from pandas .core .computation import pytables
18
+ from pandas .core .computation .check import _NUMEXPR_VERSION
18
19
from pandas .core .computation .engines import _engines , NumExprClobberingError
19
20
from pandas .core .computation .expr import PythonExprVisitor , PandasExprVisitor
20
21
from pandas .core .computation .expressions import (
21
- _USE_NUMEXPR , _NUMEXPR_INSTALLED , _NUMEXPR_VERSION )
22
+ _USE_NUMEXPR , _NUMEXPR_INSTALLED )
22
23
from pandas .core .computation .ops import (
23
24
_binary_ops_dict ,
24
25
_special_case_arith_ops_syms ,
You can’t perform that action at this time.
0 commit comments