chore: remove unused imports
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ from django.conf import settings
|
||||
from django.urls import reverse
|
||||
|
||||
from shop.exceptions import RedsysPaymentException
|
||||
from shop.models import Order, Payment
|
||||
from shop.models import Order
|
||||
from shop.settings import TransactionTypes
|
||||
from shop.utils import compute_signature, decode_b64_dict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user