Skip to content

Commit

Permalink
qdded comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 2, 2024
1 parent 7d384e7 commit aa58efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyoload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class Checks(PyoloadAnnotation):

def __init__(
self: PyoloadAnnotation,
**checks: dict[str, Callable[Any, Any]]
**checks: dict[str, Callable[Any, Any]],
):
"""def __init__(self: PyoloadAnnotation, **checks)
crates the check object,e.g
Expand Down

0 comments on commit aa58efb

Please sign in to comment.