Skip to content

Commit

Permalink
Remove a redundantly std::env import
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 22, 2022
1 parent 6113506 commit 4b81f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/common/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ fn create_conda_env(name: &str, major: usize, minor: usize) {

#[cfg(target_os = "windows")]
pub fn test_integration_conda(package: impl AsRef<Path>, bindings: Option<String>) -> Result<()> {
use std::env;
use std::process::Stdio;

let package_string = package.as_ref().join("Cargo.toml").display().to_string();
Expand Down

0 comments on commit 4b81f9a

Please sign in to comment.