From feddac709764f57d72009ba8ec85463f48440363 Mon Sep 17 00:00:00 2001 From: Aayush Thapa Date: Thu, 21 Mar 2024 13:38:46 -0700 Subject: [PATCH] format fix --- integration/combination/test_function_with_all_event_types.py | 2 +- integration/combination/test_function_with_cloudwatch_log.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/integration/combination/test_function_with_all_event_types.py b/integration/combination/test_function_with_all_event_types.py index 6ead2bcd1..f593579aa 100644 --- a/integration/combination/test_function_with_all_event_types.py +++ b/integration/combination/test_function_with_all_event_types.py @@ -1,6 +1,6 @@ from unittest.case import skipIf -from integration.config.service_names import IOT, SCHEDULE_EVENT, LOGS +from integration.config.service_names import IOT, LOGS, SCHEDULE_EVENT from integration.helpers.base_test import BaseTest from integration.helpers.resource import current_region_does_not_support, generate_suffix diff --git a/integration/combination/test_function_with_cloudwatch_log.py b/integration/combination/test_function_with_cloudwatch_log.py index bfb993a0b..30799cdfc 100644 --- a/integration/combination/test_function_with_cloudwatch_log.py +++ b/integration/combination/test_function_with_cloudwatch_log.py @@ -1,10 +1,9 @@ import logging from unittest.case import skipIf +from integration.config.service_names import LOGS from integration.helpers.base_test import BaseTest from integration.helpers.resource import current_region_does_not_support -from integration.config.service_names import LOGS - LOG = logging.getLogger(__name__)