mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-23 14:40:06 +03:00
fix: isort
This commit is contained in:
parent
f4d97680d2
commit
9caa61ab6b
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
from django.test import override_settings
|
||||
from django.urls import include, path, re_path, ResolverMatch
|
||||
from django.urls import ResolverMatch, include, path, re_path
|
||||
|
||||
from rest_framework import serializers, status, versioning
|
||||
from rest_framework.decorators import APIView
|
||||
|
|
Loading…
Reference in New Issue
Block a user