diff --git a/tests/utils/test_reporter_utils_cqptions.py b/tests/utils/test_reporter_utils_cqptions.py index b6e1b5b..b426c2c 100644 --- a/tests/utils/test_reporter_utils_cqptions.py +++ b/tests/utils/test_reporter_utils_cqptions.py @@ -6,7 +6,9 @@ from faker import Faker -from testrail_api_reporter.utils.reporter_utils import check_captions_and_files # pylint: disable=import-error,no-name-in-module +from testrail_api_reporter.utils.reporter_utils import ( + check_captions_and_files +) # pylint: disable=import-error,no-name-in-module faker = Faker() diff --git a/tests/utils/test_reporter_utils_init_get_cases.py b/tests/utils/test_reporter_utils_init_get_cases.py index e95fef9..f99d5d6 100644 --- a/tests/utils/test_reporter_utils_init_get_cases.py +++ b/tests/utils/test_reporter_utils_init_get_cases.py @@ -1,6 +1,8 @@ """Tests for the reporter_utils module, function 'init_get_cases_process'""" -from testrail_api_reporter.utils.reporter_utils import init_get_cases_process # pylint: disable=import-error,no-name-in-module +from testrail_api_reporter.utils.reporter_utils import ( + init_get_cases_process +) # pylint: disable=import-error,no-name-in-module def test_init_get_cases_process():