More views, and likes working.
[wolnelektury.git] / src / picture / admin.py
index f107d31..1020f49 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 picture.models import Picture
 from sorl.thumbnail.admin import AdminImageMixin
 
+
 class PictureAdmin(AdminImageMixin, admin.ModelAdmin):
     pass