mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 03:27:14 +08:00
Third-party stubs: remove unused type: ignores (#11063)
This commit is contained in:
@@ -44,7 +44,9 @@ class RuleVisitor(NodeVisitor[tuple[OrderedDict[str, Expression], Expression | N
|
||||
def visit_regex(self, node: Node, regex: collections.abc.Sequence[Any]) -> Regex: ...
|
||||
def visit_spaceless_literal(self, spaceless_literal: Node, visited_children: collections.abc.Sequence[Any]) -> Literal: ...
|
||||
def visit_literal(self, node: Node, literal: collections.abc.Sequence[Any]) -> Literal: ...
|
||||
def generic_visit(self, node: Node, visited_children: collections.abc.Sequence[Any]) -> collections.abc.Sequence[Any] | Node: ... # type: ignore[override]
|
||||
def generic_visit(
|
||||
self, node: Node, visited_children: collections.abc.Sequence[Any]
|
||||
) -> collections.abc.Sequence[Any] | Node: ...
|
||||
def visit_rules(
|
||||
self, node: Node, rules_list: collections.abc.Sequence[Any]
|
||||
) -> tuple[OrderedDict[str, Expression], Expression | None]: ...
|
||||
|
||||
Reference in New Issue
Block a user