mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
type: remove another unused mypy directive
This commit is contained in:
parent
148ef09e70
commit
feec9141b2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user