fix: improved coverage
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ from django.http.response import HttpResponse
|
||||
from django.views.decorators.http import require_http_methods
|
||||
|
||||
from shop.models import Product, Cart, CartItem
|
||||
from web.utils import get_cart, get_or_create_cart
|
||||
from web.utils import get_or_create_cart
|
||||
from web.settings import ANONYMOUS_CART_ID_COOKIE_NAME
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user