Removed an unused import from the URL patterns in the accounting application.
This commit is contained in:
parent
5ca2ebefa7
commit
e86c150707
@ -23,7 +23,6 @@ from django.urls import path, register_converter
|
||||
from django.views.decorators.http import require_GET
|
||||
from django.views.generic import RedirectView
|
||||
|
||||
from mia_core import views as mia_core_views
|
||||
from mia_core.digest_auth import login_required
|
||||
from . import converters, views
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user