mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Another mypy update another round of spurious errors
This commit is contained in:
@@ -47,10 +47,10 @@ class SearchTreeNode:
|
||||
return self(universal_set, get_matches)
|
||||
|
||||
def __call__(self, candidates: Set[T], get_matches: GetMatches[T]) -> Set[T]:
|
||||
...
|
||||
return set()
|
||||
|
||||
def iter_token_nodes(self) -> Iterator['TokenNode']:
|
||||
...
|
||||
return iter(())
|
||||
|
||||
|
||||
class OrNode(SearchTreeNode):
|
||||
|
||||
Reference in New Issue
Block a user