Skip to content

Commit

Permalink
fix: precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Nov 18, 2024
1 parent 0bdbd74 commit c13fb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ol_openedx_chat/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
URLs for ol_openedx_chat.
"""

urlpatterns = [
urlpatterns = [ # type: ignore[var-annotated]
# Fill in URL patterns and views here.
# re_path(r'', TemplateView.as_view(template_name="ol_openedx_chat/base.html")), # noqa: ERA001, E501
]

0 comments on commit c13fb8c

Please sign in to comment.