Skip to content

Commit 8bd0ac6

Browse files
GH1065 Revert json
1 parent 189f840 commit 8bd0ac6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas-stubs/__init__.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ from pandas.io.api import (
122122
read_xml as read_xml,
123123
to_pickle as to_pickle,
124124
)
125-
from pandas.io.json import ( # pyright: ignore[reportUnusedImport] # noqa: F401
126-
_json_normalize as json_normalize,
127-
)
125+
from pandas.io.json._normalize import json_normalize as json_normalize
128126
from pandas.tseries import offsets as offsets
129127
from pandas.tseries.api import infer_freq as infer_freq
130128

0 commit comments

Comments
 (0)