Flatten the audiobook post data structure.
[wolnelektury.git] / src / catalogue / apps.py
index 54bfc8f..36c6b84 100644 (file)
@@ -1,9 +1,9 @@
-# -*- 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.
 #
 from django.apps import AppConfig
 
+
 class CatalogueConfig(AppConfig):
     name = 'catalogue'