Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Sep 9, 2024
1 parent d3f618b commit f20ebd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/custom_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ def __init__(self, message):
super().__init__(message)

def __str__(self):
s = "[PythonMyException7]: " + self.message.a
return s
return "[PythonMyException7]: " + self.message.a

0 comments on commit f20ebd9

Please sign in to comment.