File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
from pandas ._libs import NaT , Period
51
51
from pandas ._libs .tslibs .timestamps import Timestamp
52
- import pandas .compat as compat
52
+ import pandas .compat as compat # noqa:F401
53
53
from pandas .errors import PerformanceWarning
54
54
from pandas .util ._move import (
55
55
BadMove as _BadMove , move_into_mutable_buffer as _move_into_mutable_buffer )
63
63
from pandas .core .arrays .categorical import Categorical
64
64
from pandas .core .arrays .interval import Interval
65
65
from pandas .core .arrays .sparse import BlockIndex , IntIndex
66
- from pandas .core .frame import DataFrame
66
+ from pandas .core .frame import DataFrame # noqa:F401
67
67
from pandas .core .generic import NDFrame
68
68
from pandas .core .index import Index , MultiIndex , PeriodIndex , RangeIndex
69
69
from pandas .core .indexes .datetimes import DatetimeIndex
70
70
from pandas .core .indexes .interval import IntervalIndex
71
71
from pandas .core .internals import BlockManager , _safe_reshape , make_block
72
- from pandas .core .panel import Panel
72
+ from pandas .core .panel import Panel # noqa:F401
73
73
from pandas .core .series import Series
74
74
from pandas .core .sparse .api import SparseDataFrame , SparseSeries
75
75
You can’t perform that action at this time.
0 commit comments