Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-11-16 08:37:26 +00:00
committed by Gerrit Code Review

View File

@@ -14,8 +14,6 @@
Command-line interface to the Heat API.
"""
from __future__ import print_function
import argparse
import logging
import sys