Skip to content

Commit d77aacc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 311c13a commit d77aacc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

returns/curry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def partial(
3636
3737
"""
3838
if func is None:
39+
3940
def _decorator( # type: ignore[return-type]
4041
inner: Callable[..., _ReturnType],
4142
) -> Callable[..., _ReturnType]:

0 commit comments

Comments
 (0)