Skip to content

Commit 2004090

Browse files
committed
lint fix
1 parent fd9699e commit 2004090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/patches/test_starlette_patches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
import unittest
3+
from unittest import TestCase
44
from unittest.mock import MagicMock, patch
55

66
from amazon.opentelemetry.distro.patches._starlette_patches import _apply_starlette_instrumentation_patches
77

88

9-
class TestStarlettePatch(unittest.TestCase):
9+
class TestStarlettePatch(TestCase):
1010
"""Test the Starlette instrumentation patches."""
1111

1212
@patch("amazon.opentelemetry.distro.patches._starlette_patches._logger")

0 commit comments

Comments
 (0)