Skip to content

Commit

Permalink
chore: Add noqa comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 7, 2024
1 parent 6a34439 commit a565bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_registry/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
path("publication/<int:pk>/download", views.download_export, name="download"),
path("publications.json", views.publications_api, name="publications_api"),
# Uncomment after re-integrating Spoonbill.
# > path("excel-data/<int:job_id>/<str:job_range>", views.excel_data, name="excel-data"),
# > path("excel-data/<int:job_id>", views.excel_data, name="all-excel-data"),
# path("excel-data/<int:job_id>/<str:job_range>", views.excel_data, name="excel-data"), # noqa: ERA001
# path("excel-data/<int:job_id>", views.excel_data, name="all-excel-data"), # noqa: ERA001
# https://code.djangoproject.com/ticket/26556
path("i18n/setlang/", i18n.set_language, name="set-language"),
path("sitemap.xml", sitemap, {"sitemaps": maps}, name="django.contrib.sitemaps.views.sitemap"),
Expand Down

0 comments on commit a565bf1

Please sign in to comment.