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
commit b2a601c7e8
1 changed files with 0 additions and 2 deletions

View File

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