Skip to content

Commit

Permalink
v0.2.0 - Small type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed Mar 29, 2024
1 parent 20a16a9 commit 44f8fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rigging/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def try_parse_many(self, types: t.Sequence[type[ModelT]], fail_on_missing: bool
if fail_on_missing:
raise e

return parsed # type: ignore [return-value]
return parsed

@classmethod
def from_model(
Expand Down

0 comments on commit 44f8fd6

Please sign in to comment.