PEP8 cleanups
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
||||
from django.contrib import admin
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from .models import Index, IndexInstanceNode, IndexTemplateNode
|
||||
from .models import Index, IndexTemplateNode
|
||||
|
||||
|
||||
class IndexTemplateNodeInline(admin.StackedInline):
|
||||
@@ -24,6 +24,3 @@ class IndexAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
admin.site.register(Index, IndexAdmin)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user