Skip to content

Commit 2c211e6

Browse files
committed
black
1 parent ae348fe commit 2c211e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas-stubs/_libs/tslibs/offsets.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ class BusinessHour(BusinessMixin):
138138
) -> None: ...
139139

140140
class WeekOfMonthMixin(SingleConstructorOffset):
141-
def __init__(self, n: int = ..., weekday: Literal[0, 1, 2, 3, 4, 5, 6] = ...) -> None: ...
141+
def __init__(
142+
self, n: int = ..., weekday: Literal[0, 1, 2, 3, 4, 5, 6] = ...
143+
) -> None: ...
142144

143145
class YearOffset(SingleConstructorOffset):
144146
def __init__(

0 commit comments

Comments
 (0)