mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-10-30 21:33:43 +00:00 
			
		
		
		
	type: remove another unused mypy directive
This commit is contained in:
		| @ -43,7 +43,7 @@ class Search(Handler): | ||||
|     SORT_FIELDS = { | ||||
|         field.name | ||||
|         for field in fields(AURPackage) | ||||
|         if field.default_factory is not list  # type: ignore[comparison-overlap] | ||||
|         if field.default_factory is not list | ||||
|     } | ||||
|  | ||||
|     @classmethod | ||||
|  | ||||
		Reference in New Issue
	
	Block a user