mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	reorganize imports
This commit is contained in:
		
							parent
							
								
									8c3f82fb18
								
							
						
					
					
						commit
						1714ceae9f
					
				| 
						 | 
				
			
			@ -1,13 +1,13 @@
 | 
			
		|||
import pytest
 | 
			
		||||
from .utils import mock_reverse, fail_reverse, BadType, MockObject, MockQueryset
 | 
			
		||||
 | 
			
		||||
from django.core.exceptions import ImproperlyConfigured
 | 
			
		||||
from django.utils.datastructures import MultiValueDict
 | 
			
		||||
 | 
			
		||||
from rest_framework import serializers
 | 
			
		||||
from rest_framework.fields import empty
 | 
			
		||||
from rest_framework.test import APISimpleTestCase
 | 
			
		||||
 | 
			
		||||
from .utils import mock_reverse, fail_reverse, BadType, MockObject, MockQueryset
 | 
			
		||||
from rest_framework.test import APISimpleTestCase
 | 
			
		||||
import pytest
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestStringRelatedField(APISimpleTestCase):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user