Merge "Fix import order in message and workflow unit tests"

This commit is contained in:
Zuul 2021-05-10 15:01:44 +00:00 committed by Gerrit Code Review
commit d1b11eaf6a
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 =