mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	framework/target: assistant: fix import
Import Parameter from the module that defines it rather than from wa to avoid circular import errors.
This commit is contained in:
		
				
					committed by
					
						
						marcbonnici
					
				
			
			
				
	
			
			
			
						parent
						
							c1319ce8cb
						
					
				
				
					commit
					bb9f735cd4
				
			@@ -6,7 +6,7 @@ import tempfile
 | 
			
		||||
import threading
 | 
			
		||||
import time
 | 
			
		||||
 | 
			
		||||
from wa import Parameter
 | 
			
		||||
from wa.framework.plugin import Parameter
 | 
			
		||||
from wa.framework.exception import WorkerThreadError
 | 
			
		||||
from wa.utils.misc import touch
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user