Remove future usage

No need to import print_function from future anymore

Change-Id: I49164db5bd283c42602c75539c0c5fffe6ec2630
This commit is contained in:
Riccardo Pittau 2020-03-30 10:52:29 +02:00
parent d927dd0d0a
commit 80e49538c2
2 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@
Run storage database migration.
"""
from __future__ import print_function
import sys
from oslo_config import cfg

View File

@ -14,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
import os
import re
import sys