Skip to content

Commit bf5db94

Browse files
GH1227 Align __init__ file content with pandas
1 parent 65e8bad commit bf5db94

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pandas-stubs/api/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pandas.api import (
2+
executors as executors,
23
extensions as extensions,
34
indexers as indexers,
45
interchange as interchange,

pandas-stubs/io/__init__.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from pandas.io import (
2+
formats as formats,
3+
json as json,
4+
stata as stata,
5+
)

0 commit comments

Comments
 (0)