Remove future imports

These particular imports are no longer needed
in a Python 3-only world.

Change-Id: I405b32c8cdd60fb19270a8f6fe2e2728022f7c6e
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume 2020-04-26 06:56:23 +00:00
parent a132a63d82
commit e93a00b24e
2 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@
Command-line interface to the OpenStack Nova API.
"""
from __future__ import print_function
import argparse
import logging
import sys

View File

@ -16,8 +16,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
import collections
import datetime