Skip to content

Commit af1776c

Browse files
committed
remove unwanted code
1 parent 67aa9ac commit af1776c

File tree

1 file changed

+0
-7
lines changed
  • instrumentation/opentelemetry-instrumentation-django/tests

1 file changed

+0
-7
lines changed

instrumentation/opentelemetry-instrumentation-django/tests/views.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,3 @@ async def async_with_custom_header(request):
8282
response.headers["custom-test-header-1"] = "test-header-value-1"
8383
response.headers["custom-test-header-2"] = "test-header-value-2"
8484
return response
85-
86-
class DummyMiddleware:
87-
def __init__(self, get_response):
88-
self.get_response = get_response
89-
90-
def __call__(self, request):
91-
return self.get_response(request)

0 commit comments

Comments
 (0)