Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
abhakhi authored May 29, 2023
1 parent b7e7102 commit 1a8b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_reports/sites.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import unicode_literals

from django.apps import apps
from django.conf.urls import re_path
from django.urls import re_path
from django.contrib.admin.sites import site as admin_site
from .views import ReportView
from .reports import Report, camel_re
Expand Down

0 comments on commit 1a8b42b

Please sign in to comment.