summaryrefslogtreecommitdiff
path: root/tests/syndication_tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syndication_tests/urls.py')
-rw-r--r--tests/syndication_tests/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/syndication_tests/urls.py b/tests/syndication_tests/urls.py
index f92896f308..d3caeae888 100644
--- a/tests/syndication_tests/urls.py
+++ b/tests/syndication_tests/urls.py
@@ -2,7 +2,6 @@ from django.conf.urls import url
from . import feeds
-
urlpatterns = [
url(r'^syndication/rss2/$', feeds.TestRss2Feed()),
url(r'^syndication/rss2/guid_ispermalink_true/$',