Skip to content

Commit 205068d

Browse files
authored
Remove leftover ')'
Addresses #280
1 parent c4db361 commit 205068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax_select/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from ajax_select import views
44

55
urlpatterns = [
6-
path('ajax_lookup/<channel>)',
6+
path('ajax_lookup/<channel>',
77
views.ajax_lookup,
88
name='ajax_lookup')
99
]

0 commit comments

Comments
 (0)