Prawal Gangwar

Results 2 comments of Prawal Gangwar

```>>> from fastapi import HTTPException >>> a = 'HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="Resource not found")' >>> print(a) HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="Resource not found") >>> eval(a) Traceback (most recent call last): File "", line 1, in...

umm.. So, this PR is complete. The include I did in that file is enough for the openapi spec to pick up the fastapi.status type status_codes. This can be merged.