Python 3.6: removed unnecessary __future__ import

This commit is contained in:
2017-03-03 14:40:35 +01:00
parent 566c89d745
commit d4984c495e

View File

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