diff --git a/segno/cli.py b/segno/cli.py index 1a7bf9cf..7b6d5694 100644 --- a/segno/cli.py +++ b/segno/cli.py @@ -12,7 +12,6 @@ "QR Code" and "Micro QR Code" are registered trademarks of DENSO WAVE INCORPORATED. """ -from __future__ import absolute_import, unicode_literals import os import sys import argparse diff --git a/segno/helpers.py b/segno/helpers.py index b42ca7ec..106d9072 100644 --- a/segno/helpers.py +++ b/segno/helpers.py @@ -15,7 +15,6 @@ or version etc., use the "_data" factory functions which return a string which can be used as input for :py:func:`segno.make()`. """ -from __future__ import absolute_import, unicode_literals import re import decimal import segno