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:
		| @@ -1,8 +1,7 @@ | ||||
| from django.conf.urls import url, include | ||||
| from django.conf.urls import include, url | ||||
|  | ||||
| from . import urlconf_inner | ||||
|  | ||||
|  | ||||
| urlpatterns = [ | ||||
|     url(r'^test/me/$', urlconf_inner.inner_view, name='outer'), | ||||
|     url(r'^inner_urlconf/', include(urlconf_inner.__name__)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user