Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa committed Mar 21, 2024
1 parent 455e4d9 commit feddac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions integration/combination/test_function_with_cloudwatch_log.py
Original file line number Diff line number Diff line change
@@ -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__)

Expand Down

0 comments on commit feddac7

Please sign in to comment.