Skip to content

Commit 0a9b237

Browse files
committed
missing import
1 parent 4f17bb4 commit 0a9b237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas_flavor/pandas_internals.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
from pandas.api.extensions import (register_dataframe_accessor,
44
register_series_accessor)
55
except ImportError:
6+
from pandas import DataFrame, Series
7+
68
try:
79
from pandas.core.accessor import AccessorProperty
810
except ImportError: # Pandas before 0.22.0

0 commit comments

Comments
 (0)