Skip to content

Commit 4f6772c

Browse files
committed
Fix
1 parent 17d7ac0 commit 4f6772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/xml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
from pandas.core.dtypes.common import is_list_like
2121

22-
from pandas.core import _shared_docs
2322
from pandas.core.frame import DataFrame
23+
from pandas.core.shared_docs import _shared_docs
2424

2525
from pandas.io.common import get_handle
2626
from pandas.io.xml import (

0 commit comments

Comments
 (0)