Skip to content

Commit

Permalink
fix: fix quality failure
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 26, 2024
1 parent 1c7be64 commit 36c3c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submissions/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __repr__(self):
Show the field errors upon output.
"""
return (
f'{self.__class__.__name__}'
f'{self.__class__.__name__}' # pylint: disable=no-member
f'(msg="{self.message}", field_errors={self.field_errors})'
)

Expand Down

0 comments on commit 36c3c55

Please sign in to comment.