[UPDT] Pylint updates

This commit is contained in:
Horilla
2025-02-26 10:56:53 +05:30
parent d299172784
commit 9f78911328
23 changed files with 70 additions and 56 deletions

View File

@@ -1,8 +1,9 @@
from django.contrib import admin
# Register your models here.
from dynamic_fields.models import Choice, DynamicField
# Register your models here.
admin.site.register(DynamicField)
admin.site.register(Choice)