Skip to content

Commit

Permalink
remove unused use
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 18, 2023
1 parent 2e2c108 commit d507928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-cli/src/questions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use agama_lib::connection;
use agama_lib::proxies::Questions1Proxy;
use anyhow::{Context, Ok};
use clap::{Args, Subcommand, ValueEnum};
use log;


#[derive(Subcommand, Debug)]
pub enum QuestionsCommands {
Expand Down

0 comments on commit d507928

Please sign in to comment.