Skip to content

Commit fe56e6c

Browse files
committed
Teste
1 parent 391e164 commit fe56e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from fastapi.staticfiles import StaticFiles
44
from sqlalchemy.orm import Session
55
from pathlib import Path
6-
6+
# libs
77
from app import crud, models
88
from app.config import settings
99
from app.database import Base, engine, get_db

0 commit comments

Comments
 (0)