We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73cbfb2 + b44a660 commit b1db1beCopy full SHA for b1db1be
compiler/parser/python.lalrpop
@@ -1428,10 +1428,9 @@ extern {
1428
"from" => lexer::Tok::From,
1429
"global" => lexer::Tok::Global,
1430
"if" => lexer::Tok::If,
1431
+ "import" => lexer::Tok::Import,
1432
"in" => lexer::Tok::In,
1433
"is" => lexer::Tok::Is,
- "import" => lexer::Tok::Import,
1434
- "from" => lexer::Tok::From,
1435
"lambda" => lexer::Tok::Lambda,
1436
"nonlocal" => lexer::Tok::Nonlocal,
1437
"not" => lexer::Tok::Not,
0 commit comments