mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix pylint issue
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
		
							parent
							
								
									0c24edd56a
								
							
						
					
					
						commit
						2c9e54a063
					
				@ -250,7 +250,7 @@ class StorageKey(psa_storage.Key):
 | 
				
			|||||||
        * `usage`                 : The usage flags used for the key.
 | 
					        * `usage`                 : The usage flags used for the key.
 | 
				
			||||||
        * `without_implicit_usage`: Flag to defide to apply the usage extension
 | 
					        * `without_implicit_usage`: Flag to defide to apply the usage extension
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        super().__init__(usage=usage,**kwargs)
 | 
					        super().__init__(usage=usage, **kwargs)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if not without_implicit_usage:
 | 
					        if not without_implicit_usage:
 | 
				
			||||||
            for flag, implicit in self.IMPLICIT_USAGE_FLAGS.items():
 | 
					            for flag, implicit in self.IMPLICIT_USAGE_FLAGS.items():
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user