We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a32f9e commit d29194aCopy full SHA for d29194a
1 file changed
crates/ty_python_semantic/src/module_resolver/resolver.rs
@@ -449,6 +449,7 @@ fn desperate_search_paths(db: &dyn Db, importing_file: File) -> Option<Vec<Searc
449
if search_paths.is_empty() {
450
None
451
} else {
452
+ search_paths.reverse();
453
Some(search_paths)
454
}
455
0 commit comments