summaryrefslogtreecommitdiff
path: root/cinderclient/v2
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-05 08:31:00 +0000
committerGerrit Code Review <review@openstack.org>2020-08-05 08:31:00 +0000
commit578744aca38d176434f7862f9add6920ab9f1f63 (patch)
treef1c3324a281b6aaea890e311696f4e6e36bdad22 /cinderclient/v2
parent1dc592a6fd6693288f479ad770b0ccdac0b48607 (diff)
parentb649d7f4f4903d766c42834429010c7d0952ab4b (diff)
downloadpython-cinderclient-578744aca38d176434f7862f9add6920ab9f1f63.tar.gz
Merge "Stop to use the __future__ module."
Diffstat (limited to 'cinderclient/v2')
-rw-r--r--cinderclient/v2/shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index b83175e..d41e014 100644
--- a/cinderclient/v2/shell.py
+++ b/cinderclient/v2/shell.py
@@ -14,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from __future__ import print_function
-
import argparse
import collections
import copy