Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Dec 26, 2023
1 parent 127b959 commit 967115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/redirectioneaza/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin as django_admin, admin
from django.urls import path, re_path
from django.urls import path

from donations.views.account_management import (
ForgotPasswordHandler,
Expand Down

0 comments on commit 967115b

Please sign in to comment.