Reformats Code

This commit is contained in:
2024-05-21 19:25:44 -03:00
parent 0acf167d12
commit a1077e812f
9 changed files with 26 additions and 26 deletions

View File

@@ -3,6 +3,4 @@ from fastapi import HTTPException, status
class FileNotFoundException(HTTPException):
def __init__(self, message: str):
super().__init__(
status.HTTP_404_NOT_FOUND, detail=message
)
super().__init__(status.HTTP_404_NOT_FOUND, detail=message)