Skip to content

Commit

Permalink
Manual changes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Oct 6, 2023
1 parent 7182589 commit a1d51b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
)

# let init-time option registration happen
import pandas.core.config_init # pyright: ignore[reportUnusedImport]

from pandas.core.api import (
# dtype
Expand Down Expand Up @@ -364,3 +365,5 @@
"value_counts",
"wide_to_long",
]

import pandas.core.groupby # pyright: ignore[reportUnusedImport] # noqa: F401
Empty file added pandas/_core/__init__.py
Empty file.

0 comments on commit a1d51b9

Please sign in to comment.