fix
[wolnelektury.git] / src / wolnelektury / celery.py
index 23bf6dc..1aa0b2e 100644 (file)
@@ -1,9 +1,6 @@
-# -*- 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 __future__ import absolute_import
-
 import os
 from celery import Celery
 from django.conf import settings