Skip to content

Commit 73fdd4c

Browse files
committed
removing unnecessary imports
1 parent f82f1d1 commit 73fdd4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import re
1615
from sys import modules
1716
from unittest.mock import Mock, patch
1817

1918
from django import VERSION, conf
20-
from django.core.wsgi import get_wsgi_application
2119
from django.core.servers.basehttp import get_internal_wsgi_application
2220
from django.http import HttpRequest, HttpResponse
23-
from django.test.client import Client, ClientHandler, RequestFactory
21+
from django.test.client import Client, RequestFactory
2422
from django.test.testcases import SimpleTestCase
2523
from django.test.utils import override_settings, setup_test_environment, teardown_test_environment
26-
from fastapi import applications
2724
from opentelemetry import trace
2825

2926
from opentelemetry.instrumentation.django import (

0 commit comments

Comments
 (0)