Remove future imports

These particular imports are no longer needed in a Python 3-only world.

Change-Id: I46e12135aa9759fe05c00e9e7159b352a2b1482f
This commit is contained in:
zhangbailin 2020-04-26 16:07:26 +08:00 committed by YumengBao
parent 6c4d90da9c
commit f3df1987cb
2 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@
# W0621: Redefining name %s from outer scope
# pylint: disable=W0603,W0621
from __future__ import print_function
import getpass
import inspect
import os

View File

@ -22,7 +22,6 @@
Command-line interface to the OpenStack Cyborg API.
"""
from __future__ import print_function
import argparse
import logging
import os