type: remove another unused mypy directive

This commit is contained in:
Evgenii Alekseev 2024-08-06 17:55:15 +03:00
parent 148ef09e70
commit feec9141b2

View File

@ -43,7 +43,7 @@ class Search(Handler):
SORT_FIELDS = { SORT_FIELDS = {
field.name field.name
for field in fields(AURPackage) for field in fields(AURPackage)
if field.default_factory is not list # type: ignore[comparison-overlap] if field.default_factory is not list
} }
@classmethod @classmethod