Skip to content

Commit a1d51b9

Browse files
committed
Manual changes #2
1 parent 7182589 commit a1d51b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pandas/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
)
4545

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

4849
from pandas.core.api import (
4950
# dtype
@@ -364,3 +365,5 @@
364365
"value_counts",
365366
"wide_to_long",
366367
]
368+
369+
import pandas.core.groupby # pyright: ignore[reportUnusedImport] # noqa: F401

pandas/_core/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)