No need to import print function anymore

No need to import print_function from __future__

Change-Id: I1e07fdb667935feacf84270871cb9677b0deae4c
This commit is contained in:
Iury Gregory Melo Ferreira 2020-04-21 13:21:39 +02:00
parent a9f7f67de5
commit 773b199ae7
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
"""Migrate introspected data between Swift and database."""
from __future__ import print_function
import sys
from oslo_config import cfg