Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Jan 21, 2025
1 parent 79e3589 commit 824b2dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion qfdmd/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
from django.urls import path
from django.views.generic import RedirectView

from qfdmd.views import ContactFormView, CMSPageDetailView, HomeView, SynonymeDetailView, search_view
from qfdmd.views import (
CMSPageDetailView,
ContactFormView,
HomeView,
SynonymeDetailView,
search_view,
)


def get_assistant_script(request):
Expand Down

0 comments on commit 824b2dc

Please sign in to comment.