hrguarinv commited on
Commit
027dc0f
·
verified ·
1 Parent(s): 8091c5e

Update routes/purchase.py

Browse files
Files changed (1) hide show
  1. routes/purchase.py +1 -1
routes/purchase.py CHANGED
@@ -1,5 +1,5 @@
1
  from fastapi import APIRouter, status, HTTPException
2
- from models.query import Query
3
  from services.elasticsearch import add_to_cart, view_cart, remove_from_cart, checkout
4
 
5
  router = APIRouter()
 
1
  from fastapi import APIRouter, status, HTTPException
2
+ from models.input import Input
3
  from services.elasticsearch import add_to_cart, view_cart, remove_from_cart, checkout
4
 
5
  router = APIRouter()