Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 21, 2024
1 parent 1c3b6ff commit 7f62883
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/cli/src/cmd/call.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use std::{
env::{
self,
consts::{ARCH, OS},
},
env::consts::{ARCH, OS},
fs,
process::{Command, Stdio},
sync::{mpsc, Arc, Mutex},
Expand Down

0 comments on commit 7f62883

Please sign in to comment.