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