mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 08:59:54 +03:00
isort fix in OpenAPI tests.
This commit is contained in:
parent
0d3d548aa5
commit
2cb6262be5
|
@ -24,8 +24,8 @@ from rest_framework.utils import formatting
|
|||
from rest_framework.views import APIView
|
||||
from rest_framework.viewsets import GenericViewSet, ModelViewSet
|
||||
|
||||
from ..models import BasicModel, ForeignKeySource, ManyToManySource
|
||||
from . import views
|
||||
from ..models import BasicModel, ForeignKeySource, ManyToManySource
|
||||
|
||||
factory = APIRequestFactory()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user