Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 18, 2024
1 parent 3e4fc22 commit 83ba429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ext/src/flox.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{
process::{Command, ExitStatus, Stdio},
sync::mpsc::{self, Receiver, Sender},
sync::mpsc::Sender,
};

use crate::{exec, nix::Nix, Extension};
Expand Down

0 comments on commit 83ba429

Please sign in to comment.