Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Oct 26, 2023
1 parent 8093ced commit c0c4773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/core/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,6 @@ def TypeVar(*args, **kwargs) -> Any: # type: ignore
class ParamSpec(Type): # type: ignore
args = ...
kwargs = ...

def __init__(*args, **kwargs) -> None: # type: ignore
pass

0 comments on commit c0c4773

Please sign in to comment.