Skip to content

Commit 0e48820

Browse files
committed
Removed usages of doc decorator:
-Removed doc import -Removed @doc
1 parent 774b712 commit 0e48820

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/io/stata.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
ValueLabelTypeMismatch,
4545
)
4646
from pandas.util._decorators import (
47-
doc,
4847
set_module,
4948
)
5049
from pandas.util._exceptions import find_stack_level
@@ -2377,10 +2376,6 @@ def _dtype_to_default_stata_fmt(
23772376
raise NotImplementedError(f"Data type {dtype} not supported.")
23782377

23792378

2380-
@doc(
2381-
storage_options=_shared_docs["storage_options"],
2382-
compression_options=_shared_docs["compression_options"] % "fname",
2383-
)
23842379
class StataWriter(StataParser):
23852380
"""
23862381
A class for writing Stata binary dta files

0 commit comments

Comments
 (0)