From: Sawyer Bergeron Date: Tue, 10 Oct 2023 16:01:50 +0000 (-0400) Subject: Fix linter errors X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3fd69ff67f59ab3c8881ecb3ab3e4353510e7863;p=laas.git Fix linter errors Change-Id: I2ed6768c2019c84f826b6f59cdfc222aec62992d Signed-off-by: Sawyer Bergeron --- diff --git a/src/workflow/tests/test_steps.py b/src/workflow/tests/test_steps.py index 57bf6a3..ba27313 100644 --- a/src/workflow/tests/test_steps.py +++ b/src/workflow/tests/test_steps.py @@ -17,8 +17,8 @@ import json from unittest import SkipTest, mock from django.test import TestCase, RequestFactory -from dashboard.testing_utils import make_lab, make_user, make_os,\ - make_complete_host_profile, make_opnfv_role, make_image, make_grb,\ +from dashboard.testing_utils import make_lab, make_user, make_os, \ + make_complete_host_profile, make_opnfv_role, make_image, make_grb, \ make_config_bundle, make_host, make_user_profile, make_generic_host from workflow import resource_bundle_workflow from workflow import booking_workflow