Python 3.6: removed unnecessary __future__ import

This commit is contained in:
Sybren A. Stüvel 2017-03-03 14:40:35 +01:00
parent 566c89d745
commit d4984c495e

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function
import logging
from flask import current_app
from pillar import cli