Skip to content

Commit

Permalink
chore: Fix import path for django.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 10, 2021
1 parent 465ddd0 commit 27fec76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/dqt/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.conf.urls import include
from django.urls import path, re_path
from django.urls import include, path, re_path

from .api import (
DataItemResource,
Expand Down

0 comments on commit 27fec76

Please sign in to comment.