mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Drop unused import in unittest package.
This commit is contained in:
		
							parent
							
								
									ab1078b987
								
							
						
					
					
						commit
						c53ae58954
					
				
					 4 changed files with 1 additions and 5 deletions
				
			
		|  | @ -9,8 +9,7 @@ | |||
| import collections | ||||
| 
 | ||||
| from . import result | ||||
| from .util import (strclass, safe_repr, sorted_list_difference, | ||||
|                    unorderable_list_difference, _count_diff_all_purpose, | ||||
| from .util import (strclass, safe_repr, _count_diff_all_purpose, | ||||
|                    _count_diff_hashable) | ||||
| 
 | ||||
| __unittest = True | ||||
|  |  | |||
|  | @ -2,7 +2,6 @@ | |||
| 
 | ||||
| import sys | ||||
| import os | ||||
| import types | ||||
| 
 | ||||
| from . import loader, runner | ||||
| from .signals import installHandler | ||||
|  |  | |||
|  | @ -1,6 +1,5 @@ | |||
| """Test result object""" | ||||
| 
 | ||||
| import os | ||||
| import io | ||||
| import sys | ||||
| import traceback | ||||
|  |  | |||
|  | @ -10,7 +10,6 @@ | |||
| See #10535. | ||||
| """ | ||||
| 
 | ||||
| import io | ||||
| import sys | ||||
| import unittest | ||||
| import warnings | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Florent Xicluna
						Florent Xicluna