mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Sorted imports with isort; refs #23860.
This commit is contained in:
		| @@ -2,11 +2,11 @@ import os | ||||
| import stat | ||||
| import sys | ||||
| import tempfile | ||||
| from os.path import join, normcase, normpath, abspath, isabs, sep, dirname | ||||
| from os.path import abspath, dirname, isabs, join, normcase, normpath, sep | ||||
|  | ||||
| from django.core.exceptions import SuspiciousFileOperation | ||||
| from django.utils.encoding import force_text | ||||
| from django.utils import six | ||||
| from django.utils.encoding import force_text | ||||
|  | ||||
| try: | ||||
|     WindowsError = WindowsError | ||||
|   | ||||
		Reference in New Issue
	
	Block a user