Skip to content

Commit

Permalink
fix pip interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed May 15, 2024
1 parent 04acaf8 commit d0a63a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pip/src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ impl Interpreter {
.map_py_err()?;
SourceMap::new(
project.sources,
Some(Arc::from(
manifest_descriptor.0.manifest_dir.to_string_lossy(),
)),
None,
)
} else {
SourceMap::default()
Expand Down

0 comments on commit d0a63a0

Please sign in to comment.