mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	Run autoflake to remove unused imports & variables
This commit is contained in:
		
				
					committed by
					
						 marcbonnici
						marcbonnici
					
				
			
			
				
	
			
			
			
						parent
						
							b85098d5b2
						
					
				
				
					commit
					aa2abd16a3
				
			| @@ -14,16 +14,13 @@ | ||||
| # | ||||
|  | ||||
| import os | ||||
| import logging | ||||
| import json | ||||
| import re | ||||
|  | ||||
| from HTMLParser import HTMLParser | ||||
| from collections import defaultdict, OrderedDict | ||||
| from distutils.version import StrictVersion | ||||
|  | ||||
| from wa import ApkUiautoWorkload, Parameter | ||||
| from wa.utils.types import list_of_strs, numeric | ||||
| from wa.utils.types import list_of_strs | ||||
| from wa.framework.exception import WorkloadError | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user