Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Mar 5, 2024
1 parent a826992 commit fed8eab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/containerd-shim-wasm/src/sandbox/shim/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use shim::Flags;
use crate::sandbox::instance::Instance;
use crate::sandbox::shim::events::{RemoteEventSender, ToTimestamp};
use crate::sandbox::shim::local::Local;
use crate::sys::networking::setup_namespaces;

/// Cli implements the containerd-shim cli interface using `Local<T>` as the task service.
pub struct Cli<T: Instance + Sync + Send> {
Expand Down

0 comments on commit fed8eab

Please sign in to comment.