Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
pophilpo committed Oct 27, 2023
1 parent 40aa77f commit 22c908d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kubectl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use std::process::{Command, ExitStatus, Stdio};
use std::sync::mpsc::Sender;
use std::thread::JoinHandle;
use std::{io, process, thread};
use anyhow::Error;

#[cfg(not(windows))]
const ENV_PATH_SEPARATOR: char = ':';
Expand Down

0 comments on commit 22c908d

Please sign in to comment.