mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-04 00:34:00 +03:00
Reorder import statements in test file
This commit is contained in:
parent
d68ca125ee
commit
88de7cfc80
|
|
@ -1,6 +1,6 @@
|
||||||
import unittest
|
import unittest
|
||||||
import django
|
|
||||||
|
|
||||||
|
import django
|
||||||
from django.template import Context, Template
|
from django.template import Context, Template
|
||||||
from django.test import TestCase, override_settings
|
from django.test import TestCase, override_settings
|
||||||
from django.utils.html import urlize
|
from django.utils.html import urlize
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user