From d4984c495e87bf1ef59001c4d86c0398c39df5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 3 Mar 2017 14:40:35 +0100 Subject: [PATCH] Python 3.6: removed unnecessary __future__ import --- manage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/manage.py b/manage.py index 0f77b14..5828ee0 100755 --- a/manage.py +++ b/manage.py @@ -1,7 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function - import logging from flask import current_app from pillar import cli