Skip to content

Commit

Permalink
Type initializer
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 1, 2024
1 parent b3f23e9 commit 328ed79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyshacl/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class ReportableRuntimeError(RuntimeError):
def __init__(self, message):
def __init__(self, message: str) -> None:
self.message = message

@property
Expand Down

0 comments on commit 328ed79

Please sign in to comment.