We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ImportFrom
1 parent 3e9c7ad commit cfafaa7Copy full SHA for cfafaa7
crates/red_knot_python_semantic/src/types/infer.rs
@@ -1063,7 +1063,6 @@ impl<'db> TypeInferenceBuilder<'db> {
1063
// `follow_relative_import_bare_to_module()` and
1064
// `follow_nonexistent_import_bare_to_module()`.
1065
let ast::StmtImportFrom { module, level, .. } = import_from;
1066
- tracing::trace!("Resolving imported object {alias:?} from statement {import_from:?}");
1067
let module = module.as_deref();
1068
1069
let module_name = if let Some(level) = NonZeroU32::new(*level) {
0 commit comments