Skip to content

Commit

Permalink
feat: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 26, 2024
1 parent 827563b commit 1c7be64
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 @@ -68,7 +68,7 @@ def __repr__(self):
"""
return (
f'{self.__class__.__name__}'
f'(msg="{self.message}", field_errors={self.field_errors})' # lint-amnesty, pylint: disable=bad-option-value, protected-access, protected-member
f'(msg="{self.message}", field_errors={self.field_errors})'
)


Expand Down

0 comments on commit 1c7be64

Please sign in to comment.