Cleaning imports

This commit is contained in:
Aarni Halinen
2020-06-16 19:23:25 +03:00
parent 11c36f2111
commit 4ebba7f74a
5 changed files with 9 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
from django.contrib import admin
from webapp.models import Official, Role, Committee, Occupation
from webapp.models import Feed, Tag, BaseFeed, Event, Signup, SignupForm, TemplateQuestion
from webapp.models import Feed, Tag, Event, Signup, SignupForm, TemplateQuestion
from modeltranslation.admin import TranslationAdmin
from django.contrib.auth.models import Permission
# this is needed so that the models get registered for translation