Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jun 18, 2024
1 parent 1a14652 commit 705322c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::{env, error::Error, process::Command};

use assert_cmd::{crate_name, prelude::*};
use assert_fs::fixture::FileWriteStr;
use assert_fs::{fixture::ChildPath, prelude::*, TempDir};
use predicates::prelude::*;

Expand Down

0 comments on commit 705322c

Please sign in to comment.