fix: sorted imports
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
from django.contrib import admin
|
||||
from tpv.models import PaymentTransaction
|
||||
from unfold.admin import ModelAdmin
|
||||
|
||||
from tpv.models import PaymentTransaction
|
||||
|
||||
|
||||
# Register your models here.
|
||||
@admin.register(PaymentTransaction)
|
||||
|
||||
Reference in New Issue
Block a user