File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111import numpy as np
1212
1313import 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
1515from pandas .core .config import get_option
1616
1717if _NUMEXPR_INSTALLED :
Original file line number Diff line number Diff line change 1515from pandas .util .testing import makeCustomDataframe as mkdf
1616
1717from pandas .core .computation import pytables
18+ from pandas .core .computation .check import _NUMEXPR_VERSION
1819from pandas .core .computation .engines import _engines , NumExprClobberingError
1920from pandas .core .computation .expr import PythonExprVisitor , PandasExprVisitor
2021from pandas .core .computation .expressions import (
21- _USE_NUMEXPR , _NUMEXPR_INSTALLED , _NUMEXPR_VERSION )
22+ _USE_NUMEXPR , _NUMEXPR_INSTALLED )
2223from pandas .core .computation .ops import (
2324 _binary_ops_dict ,
2425 _special_case_arith_ops_syms ,
You can’t perform that action at this time.
0 commit comments