fixed bug with spreadsheet import
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import logging
|
||||
from sqlalchemy.orm import Session, joinedload
|
||||
from app.models import Shipment
|
||||
from .models import Shipment
|
||||
|
||||
def get_shipments(db: Session):
|
||||
logging.info("Fetching all shipments from the database.")
|
||||
|
Reference in New Issue
Block a user