Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Jan 21, 2022
1 parent 799272a commit 7e7eb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spock/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def spock(
kw_only: bool = True,
make_init: bool = True,
dynamic: bool = False,
) -> Callable[[_C], _C]: ...
) -> Callable[[_C], _C]: ...
2 changes: 1 addition & 1 deletion spock/config.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def spock(
kw_only: bool = True,
make_init: bool = True,
dynamic: bool = False,
) -> Callable[[_C], _C]: ...
) -> Callable[[_C], _C]: ...

0 comments on commit 7e7eb5e

Please sign in to comment.