We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b73181 commit 3cf92aeCopy full SHA for 3cf92ae
crates/ruff_python_parser/src/semantic_errors.rs
@@ -71,6 +71,8 @@ impl SemanticSyntaxChecker {
71
// test_err import_from_star
72
// def f():
73
// from module import *
74
+ // test_ok import_from_star
75
+ // from module import *
76
Self::add_error(
77
ctx,
78
SemanticSyntaxErrorKind::UndefinedLocalWithNestedImportStarUsage(
0 commit comments