Skip to content

Commit

Permalink
Merge pull request #34 from ken-morel/ken-morel-patch-2
Browse files Browse the repository at this point in the history
added missing trailing comma
  • Loading branch information
ken-morel committed Jun 3, 2024
2 parents 43e4e73 + cb5fc76 commit 28a2edb
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 @@ -276,7 +276,7 @@ class CheckedAttr(Checks):

def __init__(
self: Any,
**checks: dict[str, Callable[[Any, Any], NoneType]]
**checks: dict[str, Callable[[Any, Any], NoneType]],
) -> Any:
"""
Creates a Checked Attribute descriptor whick does checking on each
Expand Down

0 comments on commit 28a2edb

Please sign in to comment.