X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4e361d55331351f56077e5f9999ecb4ee7e93819..6d42bc478e3d1bd90eb294464748c21e4de0fc63:/src/wolnelektury/celery.py diff --git a/src/wolnelektury/celery.py b/src/wolnelektury/celery.py index 23bf6dcb3..1aa0b2e0c 100644 --- a/src/wolnelektury/celery.py +++ b/src/wolnelektury/celery.py @@ -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