diff --git a/aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/patches/test_botocore_sns.py b/aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/patches/test_botocore_sns.py index dbb1cb855..b136c84e6 100644 --- a/aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/patches/test_botocore_sns.py +++ b/aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/patches/test_botocore_sns.py @@ -7,6 +7,7 @@ from opentelemetry.instrumentation.botocore import BotocoreInstrumentor from opentelemetry.test.test_base import TestBase + # pylint: disable=C0103 class TestSnsExtension(TestBase): def setUp(self):