mirror of
				https://github.com/django/django.git
				synced 2025-11-04 13:39:16 +00:00 
			
		
		
		
	Fixed flake8 warnings.
This commit is contained in:
		
							parent
							
								
									86c8926569
								
							
						
					
					
						commit
						35f46ec7a9
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -642,7 +642,7 @@ class TemplateTests(TestCase):
 | 
				
			||||||
        # SYNTAX --
 | 
					        # SYNTAX --
 | 
				
			||||||
        # 'template_name': ('template contents', 'context dict', 'expected string output' or Exception class)
 | 
					        # 'template_name': ('template contents', 'context dict', 'expected string output' or Exception class)
 | 
				
			||||||
        # This import is necessary when tests are run isolated:
 | 
					        # This import is necessary when tests are run isolated:
 | 
				
			||||||
        from .templatetags import custom
 | 
					        from .templatetags import custom  # noqa
 | 
				
			||||||
        basedir = os.path.dirname(os.path.abspath(upath(__file__)))
 | 
					        basedir = os.path.dirname(os.path.abspath(upath(__file__)))
 | 
				
			||||||
        tests = {
 | 
					        tests = {
 | 
				
			||||||
            ### BASIC SYNTAX ################################################
 | 
					            ### BASIC SYNTAX ################################################
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue