Fixing more import orders

Remove corresponding filters from tox.ini

Change-Id: I009de26adf21c7e6a5076a2432e3fce057743475
This commit is contained in:
Riccardo Pittau 2021-03-24 16:26:48 +01:00
parent e13b59c7bd
commit 9081cd54e8
12 changed files with 15 additions and 18 deletions

@ -10,9 +10,8 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.tests.unit import base
from openstack.dns.v2 import floating_ip as fip from openstack.dns.v2 import floating_ip as fip
from openstack.tests.unit import base
IDENTIFIER = 'RegionOne:id' IDENTIFIER = 'RegionOne:id'

@ -11,12 +11,12 @@
# under the License. # under the License.
from openstack.dns.v2 import _proxy from openstack.dns.v2 import _proxy
from openstack.dns.v2 import zone
from openstack.dns.v2 import zone_import
from openstack.dns.v2 import zone_export
from openstack.dns.v2 import zone_transfer
from openstack.dns.v2 import recordset
from openstack.dns.v2 import floating_ip from openstack.dns.v2 import floating_ip
from openstack.dns.v2 import recordset
from openstack.dns.v2 import zone
from openstack.dns.v2 import zone_export
from openstack.dns.v2 import zone_import
from openstack.dns.v2 import zone_transfer
from openstack.tests.unit import test_proxy_base from openstack.tests.unit import test_proxy_base

@ -10,9 +10,8 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.tests.unit import base
from openstack.dns.v2 import recordset from openstack.dns.v2 import recordset
from openstack.tests.unit import base
IDENTIFIER = 'NAME' IDENTIFIER = 'NAME'

@ -9,9 +9,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.tests.unit import base
from openstack.dns.v2 import zone_transfer from openstack.dns.v2 import zone_transfer
from openstack.tests.unit import base
IDENTIFIER = '074e805e-fe87-4cbb-b10b-21a06e215d41' IDENTIFIER = '074e805e-fe87-4cbb-b10b-21a06e215d41'

@ -10,9 +10,9 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.image.v1 import image
from openstack.tests.unit import base from openstack.tests.unit import base
from openstack.image.v1 import image
IDENTIFIER = 'IDENTIFIER' IDENTIFIER = 'IDENTIFIER'
EXAMPLE = { EXAMPLE = {

@ -9,6 +9,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
import io import io
import operator import operator
import tempfile import tempfile

@ -10,9 +10,9 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.image.v2 import member
from openstack.tests.unit import base from openstack.tests.unit import base
from openstack.image.v2 import member
IDENTIFIER = 'IDENTIFIER' IDENTIFIER = 'IDENTIFIER'
EXAMPLE = { EXAMPLE = {

@ -20,8 +20,8 @@ from openstack.image.v2 import _proxy
from openstack.image.v2 import image from openstack.image.v2 import image
from openstack.image.v2 import member from openstack.image.v2 import member
from openstack.image.v2 import schema from openstack.image.v2 import schema
from openstack.image.v2 import task
from openstack.image.v2 import service_info as si from openstack.image.v2 import service_info as si
from openstack.image.v2 import task
from openstack.tests.unit.image.v2 import test_image as fake_image from openstack.tests.unit.image.v2 import test_image as fake_image
from openstack.tests.unit import test_proxy_base from openstack.tests.unit import test_proxy_base

@ -10,9 +10,9 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.image.v2 import schema
from openstack.tests.unit import base from openstack.tests.unit import base
from openstack.image.v2 import schema
IDENTIFIER = 'IDENTIFIER' IDENTIFIER = 'IDENTIFIER'
EXAMPLE = { EXAMPLE = {

@ -10,9 +10,9 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.image.v2 import service_info as si
from openstack.tests.unit import base from openstack.tests.unit import base
from openstack.image.v2 import service_info as si
IDENTIFIER = 'IDENTIFIER' IDENTIFIER = 'IDENTIFIER'
EXAMPLE_IMPORT = { EXAMPLE_IMPORT = {

@ -10,9 +10,9 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from openstack.image.v2 import task
from openstack.tests.unit import base from openstack.tests.unit import base
from openstack.image.v2 import task
IDENTIFIER = 'IDENTIFIER' IDENTIFIER = 'IDENTIFIER'
EXAMPLE = { EXAMPLE = {

@ -135,8 +135,6 @@ per-file-ignores =
openstack/tests/unit/baremetal/*:H306,I100,I201,I202 openstack/tests/unit/baremetal/*:H306,I100,I201,I202
openstack/tests/unit/compute/*:H306,I100,I201,I202 openstack/tests/unit/compute/*:H306,I100,I201,I202
openstack/tests/unit/network/*:H306,I100,I201,I202 openstack/tests/unit/network/*:H306,I100,I201,I202
openstack/tests/unit/image/*:H306,I100,I201,I202
openstack/tests/unit/dns/*:H306,I100,I201,I202
[flake8:local-plugins] [flake8:local-plugins]
extension = extension =