Remove future imports
These particular imports are no longer needed in a Python 3-only world. Change-Id: I46e12135aa9759fe05c00e9e7159b352a2b1482f
This commit is contained in:
parent
6c4d90da9c
commit
f3df1987cb
@ -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
|
||||
|
@ -22,7 +22,6 @@
|
||||
Command-line interface to the OpenStack Cyborg API.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import argparse
|
||||
import logging
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user