Skip to content

Commit f9a2cb9

Browse files
authored
improvement: add missing node field
1 parent 75a2e8e commit f9a2cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/_ast.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class type_ignore(AST): ...
2525
class TypeIgnore(type_ignore):
2626
if sys.version_info >= (3, 10):
2727
__match_args__ = ("lineno", "tag")
28+
lineno: int
2829
tag: str
2930

3031
class FunctionType(mod):

0 commit comments

Comments
 (0)