Skip to content

Commit

Permalink
Merge pull request #255 from ajnelson-nist/type_rre_initializer
Browse files Browse the repository at this point in the history
Type initializer
  • Loading branch information
ashleysommer authored Oct 1, 2024
2 parents c5c1df6 + 328ed79 commit 194b6b4
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 194b6b4

Please sign in to comment.