mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
isort fix
This commit is contained in:
parent
36ae58e2fe
commit
4a386afcb1
|
@ -2,7 +2,7 @@ import unittest
|
|||
from collections import namedtuple
|
||||
|
||||
from django.test import TestCase
|
||||
from django.urls import include, Resolver404
|
||||
from django.urls import Resolver404, include
|
||||
|
||||
from rest_framework.compat import make_url_resolver, path, re_path
|
||||
from rest_framework.test import APIRequestFactory
|
||||
|
|
Loading…
Reference in New Issue
Block a user