isort fix

This commit is contained in:
Asif Saif Uddin (Auvi) 2020-05-12 11:02:07 +06:00
parent 36ae58e2fe
commit 4a386afcb1

View File

@ -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