mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	In lint we trust
Quieten pylint with regard to import order.
This commit is contained in:
		
				
					committed by
					
						 Marc Bonnici
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							e8f545861d
						
					
				
				
					commit
					6d9ec3138c
				
			| @@ -41,8 +41,8 @@ else: | ||||
| from itertools import chain, cycle | ||||
| from distutils.spawn import find_executable  # pylint: disable=no-name-in-module, import-error | ||||
|  | ||||
| from dateutil import tz | ||||
| import yaml | ||||
| from dateutil import tz | ||||
|  | ||||
| # pylint: disable=wrong-import-order | ||||
| from devlib.exception import TargetError | ||||
|   | ||||
		Reference in New Issue
	
	Block a user