mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
remove dead code
This commit is contained in:
parent
107cc2ca20
commit
05866da04b
1 changed files with 0 additions and 4 deletions
|
|
@ -132,10 +132,6 @@ class DocumentTypeViewSet(ModelViewSet):
|
||||||
ordering_fields = ("name", "matching_algorithm", "match", "document_count")
|
ordering_fields = ("name", "matching_algorithm", "match", "document_count")
|
||||||
|
|
||||||
|
|
||||||
class BulkEditForm(object):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class DocumentViewSet(RetrieveModelMixin,
|
class DocumentViewSet(RetrieveModelMixin,
|
||||||
UpdateModelMixin,
|
UpdateModelMixin,
|
||||||
DestroyModelMixin,
|
DestroyModelMixin,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue