Skip to content

Commit 6ea6c95

Browse files
committed
decorate timedelta_range with set_module('pandas')
1 parent 084b199 commit 6ea6c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/timedeltas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def inferred_type(self) -> str:
237237
return "timedelta64"
238238

239239

240+
@set_module("pandas")
240241
def timedelta_range(
241242
start=None,
242243
end=None,

0 commit comments

Comments
 (0)