File tree 1 file changed +1
-4
lines changed
instrumentation/opentelemetry-instrumentation-django/tests
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- import re
16
15
from sys import modules
17
16
from unittest .mock import Mock , patch
18
17
19
18
from django import VERSION , conf
20
- from django .core .wsgi import get_wsgi_application
21
19
from django .core .servers .basehttp import get_internal_wsgi_application
22
20
from django .http import HttpRequest , HttpResponse
23
- from django .test .client import Client , ClientHandler , RequestFactory
21
+ from django .test .client import Client , RequestFactory
24
22
from django .test .testcases import SimpleTestCase
25
23
from django .test .utils import override_settings , setup_test_environment , teardown_test_environment
26
- from fastapi import applications
27
24
from opentelemetry import trace
28
25
29
26
from opentelemetry .instrumentation .django import (
You can’t perform that action at this time.
0 commit comments