mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	framework/workload: Remove unused imports
This commit is contained in:
		
				
					committed by
					
						
						marcbonnici
					
				
			
			
				
	
			
			
			
						parent
						
							d8a44adde8
						
					
				
				
					commit
					69f52f3359
				
			@@ -19,8 +19,8 @@ import time
 | 
			
		||||
 | 
			
		||||
from wa import Parameter
 | 
			
		||||
from wa.framework.plugin import TargetedPlugin
 | 
			
		||||
from wa.framework.resource import (ApkFile, JarFile, ReventFile, NO_ONE,
 | 
			
		||||
                                   Executable, File, loose_version_matching)
 | 
			
		||||
from wa.framework.resource import (ApkFile, ReventFile,
 | 
			
		||||
                                   File, loose_version_matching)
 | 
			
		||||
from wa.framework.exception import WorkloadError
 | 
			
		||||
from wa.utils.types import ParameterDict
 | 
			
		||||
from wa.utils.revent import ReventRecorder
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user