Skip to content

Commit

Permalink
build: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 29, 2024
1 parent 095e950 commit aa7493e
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__}(msg="{self.message}", field_errors={self.field_errors})' # pylint: disable=no-member
f'{self.__class__.__name__}(msg="{self.message}", field_errors={self.field_errors})' # pylint: disable=no-member;line-too-long
)


Expand Down

0 comments on commit aa7493e

Please sign in to comment.