Code style adjustments

This commit is contained in:
Jonas Winkler
2018-09-25 16:09:33 +02:00
parent 779ea6a015
commit 60618381f8
12 changed files with 94 additions and 81 deletions

3
src/paperless/urls.py Normal file → Executable file
View File

@@ -13,7 +13,8 @@ from documents.views import (
LogViewSet,
PushView,
TagViewSet,
DocumentTypeViewSet)
DocumentTypeViewSet
)
from reminders.views import ReminderViewSet
router = DefaultRouter()