mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Code style adjustments
This commit is contained in:
parent
779ea6a015
commit
60618381f8
12 changed files with 94 additions and 81 deletions
3
src/paperless/urls.py
Normal file → Executable file
3
src/paperless/urls.py
Normal file → Executable file
|
|
@ -13,7 +13,8 @@ from documents.views import (
|
|||
LogViewSet,
|
||||
PushView,
|
||||
TagViewSet,
|
||||
DocumentTypeViewSet)
|
||||
DocumentTypeViewSet
|
||||
)
|
||||
from reminders.views import ReminderViewSet
|
||||
|
||||
router = DefaultRouter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue