some edit

This commit is contained in:
Obi Madu 2025-05-08 16:15:13 +01:00
parent ef424196f9
commit b1fa0282c6
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
#another comment

View File

@ -3,6 +3,7 @@ from typing import List, Optional
from sqlalchemy.orm import Session
from models.sale import Sale
from schemas.sale import SaleCreate, SaleUpdate
#some comment
def get_all_sales(db: Session) -> List[Sale]:
"""