Fix import order in message and workflow unit tests

Remove tox filters

Change-Id: Ia7d2fd0b0e824b09d151b4eee6395a2c0debcd6d
This commit is contained in:
Riccardo Pittau
2021-05-07 12:59:14 +02:00
parent 2598947d8b
commit 8b343e38f0
5 changed files with 3 additions and 6 deletions

View File

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

View File

@@ -11,9 +11,9 @@
# under the License.
from openstack.tests.unit import base
from openstack.workflow.v2 import execution
FAKE_INPUT = {
'cluster_id': '8c74607c-5a74-4490-9414-a3475b1926c2',
'node_id': 'fba2cc5d-706f-4631-9577-3956048d13a2',

View File

@@ -11,9 +11,9 @@
# under the License.
from openstack.tests.unit import base
from openstack.workflow import version
IDENTIFIER = 'IDENTIFIER'
EXAMPLE = {
'id': IDENTIFIER,

View File

@@ -11,7 +11,6 @@
# under the License.
from openstack.tests.unit import base
from openstack.workflow.v2 import workflow

View File

@@ -129,8 +129,6 @@ per-file-ignores =
openstack/tests/unit/identity/*:H306,I100,I201,I202
openstack/tests/unit/accelerator/*:H306,I100,I201,I202
openstack/tests/unit/config/*:H306,I100,I201,I202
openstack/tests/unit/workflow/*:H306,I100,I201,I202
openstack/tests/unit/message/*:H306,I100,I201,I202
[flake8:local-plugins]
extension =