Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jslay-excella committed Apr 13, 2022
1 parent 9a91c1c commit 0d45cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wagtailinventory/tests/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
try:
from django.urls import include, re_path
except ImportError:
from django.conf.urls import include, url as re_path
from django.conf.urls import include
from django.conf.urls import url as re_path


urlpatterns = [
Expand Down

0 comments on commit 0d45cde

Please sign in to comment.