fix
[wolnelektury.git] / src / suggest / admin.py
index b5fcb5c..7c7159d 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
@@ -6,6 +5,7 @@ from django.contrib import admin
 
 from suggest.models import Suggestion, PublishingSuggestion
 
+
 class SuggestionAdmin(admin.ModelAdmin):
     list_display = ('created_at', 'contact', 'user', 'description')