Skip to content

Commit fcfa155

Browse files
trying to fix the pipeline errors
Co-authored-by: Afonso Antunes <[email protected]>
1 parent f2a036e commit fcfa155

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pandas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,3 +350,4 @@
350350
from pandas.core.accessor import DataFrameAccessorLoader
351351

352352
DataFrameAccessorLoader.load()
353+
del DataFrameAccessorLoader

pandas/core/accessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
if TYPE_CHECKING:
2222
from collections.abc import Callable
2323

24-
from pandas.core.frame import DataFrame
2524
from pandas._typing import TypeT
2625

2726
from pandas import Index

0 commit comments

Comments
 (0)