Skip to content

Commit

Permalink
remove logging import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa committed Mar 21, 2024
1 parent feddac7 commit ec7622b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration/combination/test_function_with_cloudwatch_log.py
Original file line number Diff line number Diff line change
@@ -1,12 +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

LOG = logging.getLogger(__name__)


@skipIf(
current_region_does_not_support([LOGS]), "Logs resource part of this test is not supported in this testing region"
Expand Down

0 comments on commit ec7622b

Please sign in to comment.