Sort import

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-02-25 21:10:09 -04:00
parent 54100f7538
commit 5c5979c5af

View File

@@ -2,8 +2,8 @@ from __future__ import absolute_import, unicode_literals
from actstream.models import any_stream
from rest_framework import viewsets
from rest_framework.response import Response
from rest_framework.decorators import action
from rest_framework.response import Response
from mayan.apps.common.mixins import ContentTypeViewMixin, ExternalObjectMixin
from mayan.apps.rest_api.viewsets import MayanAPIReadOnlyModelViewSet