chore: remove unused imports

This commit is contained in:
Pablo Moreno
2025-01-12 22:43:24 +01:00
parent a733325529
commit 26e23d47f3
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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