Skip to content

Commit

Permalink
improvement: add missing node field
Browse files Browse the repository at this point in the history
  • Loading branch information
bzoracler authored May 9, 2024
1 parent 75a2e8e commit f9a2cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/_ast.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class type_ignore(AST): ...
class TypeIgnore(type_ignore):
if sys.version_info >= (3, 10):
__match_args__ = ("lineno", "tag")
lineno: int
tag: str

class FunctionType(mod):
Expand Down

0 comments on commit f9a2cb9

Please sign in to comment.