Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-07 18:52:12 +00:00 committed by Gerrit Code Review
commit 111f3ca79f
16 changed files with 0 additions and 22 deletions

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
import datetime
import grp

View File

@ -13,7 +13,6 @@
# under the License.
#
from __future__ import print_function
import collections
try:

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from datetime import datetime
import logging
import os.path

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
import argparse
import logging

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from datetime import datetime
import logging
import os.path

View File

@ -13,8 +13,6 @@
# under the License.
#
from __future__ import print_function
import abc
import collections
from datetime import datetime

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
import itertools
import logging

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import logging
import os.path

View File

@ -13,8 +13,6 @@
# under the License.
#
from __future__ import print_function
import collections
import os
import sys

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
import argparse
import logging

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
import argparse
import json

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
from __future__ import print_function
import argparse
import getpass

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import six
from tripleo_common.actions import baremetal

View File

@ -9,7 +9,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import copy
import getpass

View File

@ -9,7 +9,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from heatclient.common import event_utils
from tripleo_common.utils import plan

View File

@ -12,7 +12,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
from heatclient.common import event_utils
from tripleo_common.actions import scale