ruff/crates/red_knot_python_semantic
Douglas Creager 91c9168dd7
Handle nested imports correctly in from ... import (#15026)
#14946 fixed our handling of nested imports with the `import` statement,
but didn't touch `from...import` statements.

cf
https://github.com/astral-sh/ruff/issues/14826#issuecomment-2525344515
2024-12-17 14:23:34 -05:00
..
resources Handle nested imports correctly in from ... import (#15026) 2024-12-17 14:23:34 -05:00
src Handle nested imports correctly in from ... import (#15026) 2024-12-17 14:23:34 -05:00
tests mdtest: include test name in printed rerun command (#14684) 2024-11-30 11:01:06 +00:00
build.rs Modernize build scripts (#13837) 2024-10-20 22:35:35 +01:00
Cargo.toml Add tracing support to mdtest (#14935) 2024-12-13 09:10:01 +00:00