mfreeborn / fastapi-sqlalchemy

Adds simple SQLAlchemy support to FastAPI
MIT License
613 stars 37 forks source link

Fix db type hinting DBSession to DBSessionMeta #18

Closed teamhide closed 4 years ago

teamhide commented 4 years ago

Fix db type hinting DBSession to DBSessionMeta for avoid pycharm error message.

mfreeborn commented 4 years ago

That's great, I'll get that pushed out as a new patch release. Thanks for your time.