Skip to content

Commit

Permalink
Remove broken imports from commented APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Oct 17, 2024
1 parent 3c8fb70 commit 8f3f5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .views import project, projects_form, projects_delete, projects_add, projects_welcome
from incidents.views import incidents

from .api import fetch_deprecated_favicons, save_favicon
# from .api import fetch_deprecated_favicons, save_favicon

urlpatterns = [
# Welcome page
Expand Down

0 comments on commit 8f3f5a6

Please sign in to comment.