Skip to content

Commit eb830d6

Browse files
authored
Update billing.py
1 parent dae3437 commit eb830d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎app/routes/billing.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from sqlalchemy.orm import Session
1010

1111
from ..controllers import usage
12+
from ..infra.db import get_db
1213
from ..models import User
13-
from ..models.db import get_db
1414
from ..routes.auth import authenticate_user
1515
from ..validation.schemas import UsageSummary
1616

0 commit comments

Comments
 (0)