Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 6, 2024
1 parent ae56b01 commit 115cbb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/builders/make.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ use std::{fs, path, path::Path, process::Command};
use pyo3::{prelude::PyAnyMethods, Bound, PyAny};

use crate::{
builders::builder_trait::BuilderImpl, cli::child_logger, log, shell::Shell,
builders::builder_trait::BuilderImpl, cli::child_logger,
file_manager::PATH_SEP, log, shell::Shell,
};

#[derive(Debug, Clone)]
Expand Down

0 comments on commit 115cbb7

Please sign in to comment.