Skip to content

Commit ce8cac4

Browse files
committed
fix(ops): correct urls import path to policylens.apps.ops.views
1 parent 46b6a0d commit ce8cac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policylens/apps/ops/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from django.urls import path
55

6-
from apps.ops.views import ops_home, queue_view
6+
from policylens.apps.ops.views import ops_home, queue_view
77

88
app_name = "ops"
99

0 commit comments

Comments
 (0)