Skip to content

Commit

Permalink
Remove unused imports (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Apr 9, 2024
1 parent e7d2104 commit ffbdf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub mod dir_file;
mod execute;
pub mod steps;

pub use execute::{change_wd, execute, run_command, Outcome};
pub use execute::{execute, Outcome};

0 comments on commit ffbdf6f

Please sign in to comment.