Skip to content

Commit

Permalink
chore: add pylint statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 17, 2024
1 parent a55a4fe commit 74b4883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

app_name = 'eox_core' # pylint: disable=invalid-name

urlpatterns = [
urlpatterns = [ # pylint: disable=invalid-name
re_path(r'^eox-info$', views.info_view, name='eox-info'),
re_path(r'^api/', include('eox_core.api.urls', namespace='eox-api')),
re_path(r'^data-api/', include('eox_core.api.data.v1.urls', namespace='eox-data-api')),
Expand Down

0 comments on commit 74b4883

Please sign in to comment.