Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Jan 10, 2024
1 parent 3f77dcc commit 2e58209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/modiom/command_prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use std::io;
use std::path::{Path, PathBuf};

pub use clap::builder::{
Arg, ArgAction, ArgGroup, Command, PathBufValueParser, TypedValueParser, ValueParser,
Arg, ArgAction, Command, PathBufValueParser, TypedValueParser, ValueParser,
};
pub use clap::{value_parser, ArgMatches};
pub use modiom::config::Config;
pub use modiom::{CliResult, Result};
pub use prettytable::{cell, row, table};
pub use prettytable::{row, table};

use modiom::utils::find_manifest_for_wd;

Expand Down

0 comments on commit 2e58209

Please sign in to comment.