Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Feb 12, 2024
1 parent 8fe9b3c commit d990cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldtester/admin.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from django.contrib import admin
from .models import TLD


class tlds(admin.ModelAdmin):
list_display = ('tld', 'inet', 'dnssec', 'lastEdition')


admin.site.register(TLD, tlds)
# Register your models here.

0 comments on commit d990cbe

Please sign in to comment.