diff options
-rw-r--r-- | heatclient/shell.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py index b527274..cf143bf 100644 --- a/heatclient/shell.py +++ b/heatclient/shell.py @@ -14,8 +14,6 @@ Command-line interface to the Heat API. """ -from __future__ import print_function - import argparse import logging import sys |