Skip to content

Commit d5baf82

Browse files
committed
Remove import
1 parent 15a52fd commit d5baf82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/accessor.py

-3
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ def __init__(self, pandas_object): # noqa: E999
274274
--------
275275
In your library code::
276276
277-
import pandas as pd
278-
279-
280277
@pd.api.extensions.register_dataframe_accessor("geo")
281278
class GeoAccessor:
282279
def __init__(self, pandas_obj):

0 commit comments

Comments
 (0)