Skip to content

Commit

Permalink
lint: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
muncus committed Jun 26, 2023
1 parent 308dab0 commit 17f2cce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 17f2cce

Please sign in to comment.