Skip to content

Commit 15f4034

Browse files
committed
[test-upstream] Add references to pandas PRs for _NoDefault
1 parent 0c42f7c commit 15f4034

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xarray/coding/cftime_offsets.py

+6
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,12 @@ def _generate_range(start, end, periods, offset):
858858
class _NoDefault(Enum):
859859
"""Used by pandas to specify a default value for a deprecated argument.
860860
Copied from pandas._libs.lib._NoDefault.
861+
862+
See also:
863+
- pandas-dev/pandas#30788
864+
- pandas-dev/pandas#40684
865+
- pandas-dev/pandas#40715
866+
- pandas-dev/pandas#47045
861867
"""
862868

863869
no_default = "NO_DEFAULT"

0 commit comments

Comments
 (0)