mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Whitespace normalization.
This commit is contained in:
		
							parent
							
								
									61bdd39b02
								
							
						
					
					
						commit
						16ec4bb0cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -403,7 +403,7 @@ def CheckColumnAccess(self): | |||
| def suite(): | ||||
|     function_suite = unittest.makeSuite(FunctionTests, "Check") | ||||
|     aggregate_suite = unittest.makeSuite(AggregateTests, "Check") | ||||
|     authorizer_suite = unittest.makeSuite(AuthorizerTests, "Check")  | ||||
|     authorizer_suite = unittest.makeSuite(AuthorizerTests, "Check") | ||||
|     return unittest.TestSuite((function_suite, aggregate_suite, authorizer_suite)) | ||||
| 
 | ||||
| def test(): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters