Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Dec 12, 2024
1 parent d894086 commit 591513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrpl/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def is_valid(self: Self) -> bool:
return len(self._get_errors()) == 0

def _check_type(
self: Self, attr: str, value: Any, expected_type: Type[Any]
self: Self, attr: str, value: Any, expected_type: Type[Any] # noqa: ANN401
) -> Dict[str, str]:
"""
Returns error dictionary if the type of `value` does not match the
Expand Down

0 comments on commit 591513e

Please sign in to comment.