Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
magwas committed Mar 1, 2023
1 parent 4b2106c commit 60e5556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shall/ShallEntity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class ShallEntity(Generic[P, R]):
callable: Callable[P, R]
returnConstraints: list[tuple[str, Callable[Concatenate[R, P], bool]]]
sideEffectCheckers: list[tuple[str, SideEffectChecker[P, R]]]
parameters: tuple[P.args, P.kwargs]
parameters: tuple[P.args, P.kwargs] #type:ignore #https://github.com/python/mypy/issues/14622
returnValue: R
explanation: str

0 comments on commit 60e5556

Please sign in to comment.