Skip to content

Commit

Permalink
fixes #57: Add missing eof
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxence Guindon committed Mar 20, 2024
1 parent 349412e commit 75a512a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class ServerError(Exception):
pass

class ImageValidationError(Exception):
pass
pass
2 changes: 1 addition & 1 deletion tests/test_image_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ def test_rezisable_error(self, mock_open):
self.assertEqual(data[0], 'invalid file not resizable')

if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 75a512a

Please sign in to comment.