Reformats Code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user