♻ Refactor Python folder tree (#629)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Esteban Maya
2024-03-02 05:01:59 -05:00
committed by GitHub
parent 0ca52bfca9
commit 06766f3cb3
17 changed files with 14 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import logging
from sqlmodel import Session, select
from tenacity import after_log, before_log, retry, stop_after_attempt, wait_fixed
from app.db.engine import engine
from app.core.db import engine
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)