Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Dec 11, 2024
1 parent ea95a6d commit 9d7346d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/pixi-build/src/bin/pixi-build-python/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,11 +570,7 @@ impl Protocol for PythonBuildBackend {

//todo!("Do something with params.editable");

let recipe = self.recipe(
host_platform,
&channel_config,
params.editable,
)?;
let recipe = self.recipe(host_platform, &channel_config, params.editable)?;
let output = Output {
build_configuration: self
.build_configuration(&recipe, channels, None, None, &params.work_directory)
Expand Down

0 comments on commit 9d7346d

Please sign in to comment.