mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +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/documents/views.py
Normal file → Executable file
3
src/documents/views.py
Normal file → Executable file
|
|
@ -28,7 +28,8 @@ from .serialisers import (
|
|||
DocumentSerializer,
|
||||
LogSerializer,
|
||||
TagSerializer,
|
||||
DocumentTypeSerializer)
|
||||
DocumentTypeSerializer
|
||||
)
|
||||
|
||||
|
||||
class IndexView(TemplateView):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue