mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #21285 -- Fixed E121,E122 pep8 warnings
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							d97bec5ee3
						
					
				
				
					commit
					dfb4cb9970
				
			| @@ -515,7 +515,7 @@ filter_raw_string = r""" | ||||
|     'var_chars': "\w\.", | ||||
|     'filter_sep': re.escape(FILTER_SEPARATOR), | ||||
|     'arg_sep': re.escape(FILTER_ARGUMENT_SEPARATOR), | ||||
|   } | ||||
| } | ||||
|  | ||||
| filter_re = re.compile(filter_raw_string, re.UNICODE | re.VERBOSE) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user