chore: remove unused imports
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
from django import forms
|
||||
from django.forms import widgets
|
||||
|
||||
from shop.models import CustomerAddress
|
||||
|
||||
|
||||
class CartItemForm(forms.Form):
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from django.contrib.auth.models import User
|
||||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user