From 17f2cceae0f4c003c3f06aecadd538a4999fd0a0 Mon Sep 17 00:00:00 2001 From: Marc Dougherty Date: Mon, 26 Jun 2023 11:08:36 -0700 Subject: [PATCH] lint: isort --- .../tests/test_middleware.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py b/instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py index 6f219d1cba..1271cfaae7 100644 --- a/instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py +++ b/instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py @@ -74,8 +74,7 @@ DJANGO_3_0 = VERSION >= (3, 0) if DJANGO_2_0: - from django.urls import re_path - from django.urls import path + from django.urls import path, re_path else: from django.conf.urls import url as re_path