File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ module Python version "3.10"
1010 | FunctionType(expr* argtypes, expr returns)
1111
1212 stmt = FunctionDef(identifier name,
13- arguments args,
14- stmt* body,
15- expr* decorator_list,
16- expr? returns,
17- string? type_comment)
13+ arguments args,
14+ stmt* body,
15+ expr* decorator_list,
16+ expr? returns,
17+ string? type_comment)
1818 | AsyncFunctionDef(identifier name,
1919 arguments args,
2020 stmt* body,
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ module Python version "3.11"
1010 | FunctionType(expr* argtypes, expr returns)
1111
1212 stmt = FunctionDef(identifier name,
13- arguments args,
14- stmt* body,
15- expr* decorator_list,
16- expr? returns,
17- string? type_comment)
13+ arguments args,
14+ stmt* body,
15+ expr* decorator_list,
16+ expr? returns,
17+ string? type_comment)
1818 | AsyncFunctionDef(identifier name,
1919 arguments args,
2020 stmt* body,
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ module Python version "3.9"
1010 | FunctionType(expr* argtypes, expr returns)
1111
1212 stmt = FunctionDef(identifier name,
13- arguments args,
14- stmt* body,
15- expr* decorator_list,
16- expr? returns,
17- string? type_comment)
13+ arguments args,
14+ stmt* body,
15+ expr* decorator_list,
16+ expr? returns,
17+ string? type_comment)
1818 | AsyncFunctionDef(identifier name,
1919 arguments args,
2020 stmt* body,
You can’t perform that action at this time.
0 commit comments