fix: sorted imports
This commit is contained in:
+3
-7
@@ -1,11 +1,7 @@
|
||||
from django.urls import path
|
||||
from tpv.views import (
|
||||
transaction_created,
|
||||
webhook,
|
||||
payment_accepted,
|
||||
payment_rejected,
|
||||
payment_form,
|
||||
)
|
||||
|
||||
from tpv.views import (payment_accepted, payment_form, payment_rejected,
|
||||
transaction_created, webhook)
|
||||
|
||||
app_name = "tpv"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user