Skip to content

Commit 8783206

Browse files
committed
Fix ast.pyi
1 parent ac49bd6 commit 8783206

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/ast.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ class AsyncFunctionDef(stmt):
251251
returns: expr | None = ...,
252252
type_comment: str | None = ...,
253253
type_params: list[type_param] = ...,
254+
**kwargs: Unpack[_Attributes],
254255
) -> Self: ...
255256

256257
class ClassDef(stmt):

0 commit comments

Comments
 (0)