Skip to content

Commit

Permalink
✏️ Correct grammar (fastapi#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler authored Feb 7, 2020
1 parent c61bf6e commit ef7ab8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from app.schemas.user import UserCreate

# make sure all SQL Alchemy models are imported before initializing DB
# otherwise, SQL Alchemy might fail to initialize properly relationships
# otherwise, SQL Alchemy might fail to initialize relationships properly
# for more details: https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/28
from app.db import base

Expand Down

0 comments on commit ef7ab8d

Please sign in to comment.