mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-10-31 13:53:41 +00:00 
			
		
		
		
	use {} instead of dict literal according to pylint recommendation
This commit is contained in:
		| @ -94,7 +94,7 @@ class Executor(Cleaner): | ||||
|                     if package in requested and properties.filename is not None | ||||
|                 } | ||||
|             else: | ||||
|                 to_remove = dict() | ||||
|                 to_remove = {} | ||||
|             for package, filename in to_remove.items(): | ||||
|                 remove_single(package, filename) | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user