summaryrefslogtreecommitdiff
path: root/novaclient/v2
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2020-04-26 06:56:23 +0000
committerTakashi Natsume <takanattie@gmail.com>2020-04-26 07:19:26 +0000
commite93a00b24e05b9b0fa6eeb0eb7e4974a711b404d (patch)
treece2ad2c834c935bf2bd4eb65a85c15c68c8f6b14 /novaclient/v2
parenta132a63d824090810fee22e74e985185f130266f (diff)
downloadpython-novaclient-e93a00b24e05b9b0fa6eeb0eb7e4974a711b404d.tar.gz
Remove future imports
These particular imports are no longer needed in a Python 3-only world. Change-Id: I405b32c8cdd60fb19270a8f6fe2e2728022f7c6e Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Diffstat (limited to 'novaclient/v2')
-rw-r--r--novaclient/v2/shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index e0498df8..753dd127 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -16,8 +16,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import argparse
import collections
import datetime