Skip to content

Commit 440021b

Browse files
committed
style: run pre-commit formatting
1 parent 13eb4d7 commit 440021b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/period.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ def shift(self, periods: int = 1, freq=None) -> Self:
537537
)
538538
return self + periods
539539

540+
540541
@set_module("pandas")
541542
def period_range(
542543
start=None,

0 commit comments

Comments
 (0)