Skip to content

Commit 3cf92ae

Browse files
committed
test: add test_ok inline test
Signed-off-by: 11happy <soni5happy@gmail.com>
1 parent 6b73181 commit 3cf92ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ruff_python_parser/src/semantic_errors.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ impl SemanticSyntaxChecker {
7171
// test_err import_from_star
7272
// def f():
7373
// from module import *
74+
// test_ok import_from_star
75+
// from module import *
7476
Self::add_error(
7577
ctx,
7678
SemanticSyntaxErrorKind::UndefinedLocalWithNestedImportStarUsage(

0 commit comments

Comments
 (0)