💡 Remove unnecessary comment (#1260)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Hani Sabsoob
2024-09-27 11:41:17 -04:00
committed by GitHub
parent 6a8fc240b3
commit 08dd87d0f2

View File

@@ -18,7 +18,6 @@ def init_db(session: Session) -> None:
# the tables un-commenting the next lines
# from sqlmodel import SQLModel
# from app.core.engine import engine
# This works because the models are already imported and registered from app.models
# SQLModel.metadata.create_all(engine)