diff --git a/solumclient/common/cliutils.py b/solumclient/common/cliutils.py index 665315d..78937e8 100644 --- a/solumclient/common/cliutils.py +++ b/solumclient/common/cliutils.py @@ -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 diff --git a/solumclient/solum.py b/solumclient/solum.py index bbf588b..8a4ed1c 100644 --- a/solumclient/solum.py +++ b/solumclient/solum.py @@ -34,8 +34,6 @@ Notes: * Internationalization will not be added in M1 since this is a prototype """ -from __future__ import print_function - import argparse import copy import json