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 a333b80 commit 8752e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submissions/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def __repr__(self):
Show the field errors upon output.
"""
return (
f'{self.__class__.__name__}' # pylint: disable=no-member
f'(msg="{self.message}", field_errors={self.field_errors})'
f'{self.__class__.__name__}'
f'(msg="{self.message}", field_errors={self.field_errors})' # pylint: disable=no-member
)


Expand Down

0 comments on commit 8752e5b

Please sign in to comment.