mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
isort
This commit is contained in:
parent
35004f434b
commit
e236b7bf7b
@ -1,13 +1,17 @@
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.conf.urls import url, static, include
|
from django.conf.urls import include, static, url
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
from django.views.decorators.csrf import csrf_exempt
|
from django.views.decorators.csrf import csrf_exempt
|
||||||
|
from django.views.generic import RedirectView
|
||||||
from rest_framework.routers import DefaultRouter
|
from rest_framework.routers import DefaultRouter
|
||||||
|
|
||||||
from documents.views import (
|
from documents.views import (
|
||||||
FetchView, PushView,
|
CorrespondentViewSet,
|
||||||
CorrespondentViewSet, TagViewSet, DocumentViewSet, LogViewSet
|
DocumentViewSet,
|
||||||
|
FetchView,
|
||||||
|
LogViewSet,
|
||||||
|
PushView,
|
||||||
|
TagViewSet
|
||||||
)
|
)
|
||||||
from reminders.views import ReminderViewSet
|
from reminders.views import ReminderViewSet
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user