summaryrefslogtreecommitdiff
path: root/src/bin/jv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/jv.rs')
-rw-r--r--src/bin/jv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs
index 8b73366..dde0c9e 100644
--- a/src/bin/jv.rs
+++ b/src/bin/jv.rs
@@ -76,7 +76,7 @@ use std::{
time::SystemTime,
};
-use clap::{Parser, Subcommand, arg, command};
+use clap::{Parser, Subcommand};
use just_enough_vcs::{
utils::tcp_connection::error::TcpTargetError,
vcs::{actions::local_actions::proc_set_upstream_vault_action, registry::client_registry},