Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-07-13 22:08:25 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import errno
import functools
import hashlib
-2
View File
@@ -17,8 +17,6 @@
Command-line interface to the OpenStack Images API.
"""
from __future__ import print_function
import argparse
import copy
import getpass
-2
View File
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import copy
import functools
import os