Skip to content

Commit 17f2cce

Browse files
committed
lint: isort
1 parent 308dab0 commit 17f2cce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
DJANGO_3_0 = VERSION >= (3, 0)
7575

7676
if DJANGO_2_0:
77-
from django.urls import re_path
78-
from django.urls import path
77+
from django.urls import path, re_path
7978
else:
8079
from django.conf.urls import url as re_path
8180

0 commit comments

Comments
 (0)