fix: sorted imports
This commit is contained in:
+4
-5
@@ -1,15 +1,14 @@
|
||||
import base64
|
||||
import json
|
||||
import requests
|
||||
|
||||
import requests
|
||||
from django.conf import settings
|
||||
from django.urls import reverse
|
||||
|
||||
from tpv.models import PaymentTransaction
|
||||
from tpv.utils import compute_signature, decode_b64_dict
|
||||
from tpv.settings import TransactionTypes
|
||||
|
||||
from tpv.exceptions import RedsysPaymentException
|
||||
from tpv.models import PaymentTransaction
|
||||
from tpv.settings import TransactionTypes
|
||||
from tpv.utils import compute_signature, decode_b64_dict
|
||||
|
||||
|
||||
class RedsysClient:
|
||||
|
||||
Reference in New Issue
Block a user