Skip to content

Commit

Permalink
remove env import
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 18, 2023
1 parent fbdfae2 commit bf5710e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engines/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use crate::chompfile::TaskStdio;
use crate::engines::BatchCmd;
use regex::Regex;
use std::collections::BTreeMap;
use std::env;
use std::fs;
use std::path::{Path, PathBuf};
use std::process::Stdio;
Expand Down

0 comments on commit bf5710e

Please sign in to comment.