mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
		| @@ -495,7 +495,7 @@ constant_string = r""" | ||||
|     'strsq': r"'[^'\\]*(?:\\.[^'\\]*)*'",  # single-quoted string | ||||
|     'i18n_open': re.escape("_("), | ||||
|     'i18n_close': re.escape(")"), | ||||
|     } | ||||
| } | ||||
| constant_string = constant_string.replace("\n", "") | ||||
|  | ||||
| filter_raw_string = r""" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user