Skip to content

Commit

Permalink
removing unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketmehta28 committed Dec 14, 2021
1 parent f82f1d1 commit 73fdd4c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import re
from sys import modules
from unittest.mock import Mock, patch

from django import VERSION, conf
from django.core.wsgi import get_wsgi_application
from django.core.servers.basehttp import get_internal_wsgi_application
from django.http import HttpRequest, HttpResponse
from django.test.client import Client, ClientHandler, RequestFactory
from django.test.client import Client, RequestFactory
from django.test.testcases import SimpleTestCase
from django.test.utils import override_settings, setup_test_environment, teardown_test_environment
from fastapi import applications
from opentelemetry import trace

from opentelemetry.instrumentation.django import (
Expand Down

0 comments on commit 73fdd4c

Please sign in to comment.