Skip to content

Commit 1e9601d

Browse files
authored
Format code and ensure consistent imports
1 parent bbfeff1 commit 1e9601d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from . import models
66
from . import schemas
77
from . import intelligence
8+
response_model=schemas.AnalysisOutput
89
from .database import engine, Base, get_db
910
from .config import settings
1011

@@ -59,3 +60,4 @@ def analyze(data: schemas.AnalysisInput):
5960
"recommended_career_path": recommendation
6061
}
6162

63+

0 commit comments

Comments
 (0)