Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-04 10:01:42 +00:00 committed by Gerrit Code Review
commit d8ba5c2341
13 changed files with 0 additions and 26 deletions

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import abc
import argparse
import functools

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
from neutronclient._i18n import _
from neutronclient.neutron import v2_0 as neutronV20
from neutronclient.neutron.v2_0 import network

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import argparse
from cliff import show

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
from neutronclient._i18n import _
from neutronclient.neutron import v2_0 as neutronV20
from neutronclient.neutron.v2_0.bgp import speaker as bgp_speaker

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
from neutronclient._i18n import _
from neutronclient.common import utils
from neutronclient.common import validators

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import argparse
from neutronclient._i18n import _

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import argparse
from neutronclient._i18n import _

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import argparse
from neutronclient._i18n import _

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
from neutronclient._i18n import _
from neutronclient.neutron import v2_0 as neutronV20

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import abc
import argparse

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import argparse
from oslo_serialization import jsonutils

View File

@ -14,8 +14,6 @@
# under the License.
#
from __future__ import print_function
import logging
from osc_lib.command import command

View File

@ -18,8 +18,6 @@
Command-line interface to the Neutron APIs
"""
from __future__ import print_function
import argparse
import inspect
import itertools