mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
(cherry picked from commit 5a3108044d)
Co-authored-by: Dong-hee Na <donghee.na@python.org>
			
			
This commit is contained in:
		
							parent
							
								
									ef89b2bf42
								
							
						
					
					
						commit
						fcde2c6a8c
					
				
					 8 changed files with 31 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -156,7 +156,7 @@ def test_write_arg_valid(self):
 | 
			
		|||
        self._write_error_test(OSError, BadIterable())
 | 
			
		||||
        class BadList:
 | 
			
		||||
            def __len__(self):
 | 
			
		||||
                return 10;
 | 
			
		||||
                return 10
 | 
			
		||||
            def __getitem__(self, i):
 | 
			
		||||
                if i > 2:
 | 
			
		||||
                    raise OSError
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue