Skip to content

Commit 351ab33

Browse files
sebhanitiangolo
andauthored
💡 Remove unnecessary comment (fastapi#1260)
Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent 228a97b commit 351ab33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/core/db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def init_db(session: Session) -> None:
1818
# the tables un-commenting the next lines
1919
# from sqlmodel import SQLModel
2020

21-
# from app.core.engine import engine
2221
# This works because the models are already imported and registered from app.models
2322
# SQLModel.metadata.create_all(engine)
2423

0 commit comments

Comments
 (0)