mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.8.x] Sorted imports with isort; refs #23860.
Backport of 0ed7d15563 from master
			
			
This commit is contained in:
		| @@ -17,10 +17,9 @@ from django.core.exceptions import ValidationError | ||||
| from django.core.files.storage import FileSystemStorage | ||||
| from django.db import models | ||||
| from django.utils import six | ||||
| from django.utils._os import upath | ||||
| from django.utils.encoding import python_2_unicode_compatible | ||||
| from django.utils.six.moves import range | ||||
| from django.utils._os import upath | ||||
|  | ||||
|  | ||||
| temp_storage_dir = tempfile.mkdtemp(dir=os.environ['DJANGO_TEST_TEMP_DIR']) | ||||
| temp_storage = FileSystemStorage(temp_storage_dir) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user