diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 15:32:43 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 15:32:43 +0530 |
commit | cee1ef929d8f76e69ac626b93401e8648d2b8bed (patch) | |
tree | f201fb9555fcc263dfde359ea394e8b6442376b0 /app/apis.py | |
parent | 48aa665e689618a236ca1df51c5e8b3e9d3a8800 (diff) |
expanded test coverage
Diffstat (limited to 'app/apis.py')
-rw-r--r-- | app/apis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/apis.py b/app/apis.py index f50d403..51e8987 100644 --- a/app/apis.py +++ b/app/apis.py @@ -1,5 +1,5 @@ -from api import app from app import models +from api import app from fastapi import Body, FastAPI, HTTPException from fastapi.middleware.wsgi import WSGIMiddleware from pydantic import BaseModel |