X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a938c8b406ce05e3bca4a5a483d473ece9e17b0..8e5d946d1c0296c10ad78c701815f7cdd3524b1e:/src/catalogue/management/commands/update_popularity.py

diff --git a/src/catalogue/management/commands/update_popularity.py b/src/catalogue/management/commands/update_popularity.py
index df9dedf49..d2af0d4e9 100644
--- a/src/catalogue/management/commands/update_popularity.py
+++ b/src/catalogue/management/commands/update_popularity.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 print_function, unicode_literals
-
 from django.core.management.base import BaseCommand
 from django.db.models import Count