Merge "Remove future imports"

This commit is contained in:
Zuul 2020-04-27 15:35:21 +00:00 committed by Gerrit Code Review
commit 1297cdf71b
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