Skip to content

Commit

Permalink
update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 28, 2024
1 parent 2d60606 commit 3881e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugr-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::Parser as _;

use hugr_cli::{validate, CliArgs};

use clap_verbosity_flag::Level;
use clap_verbosity_flag::log::Level;

fn main() {
match CliArgs::parse() {
Expand Down
2 changes: 1 addition & 1 deletion hugr-cli/src/validate.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! The `validate` subcommand.
use clap::Parser;
use clap_verbosity_flag::Level;
use clap_verbosity_flag::log::Level;
use hugr::{extension::ExtensionRegistry, Extension, Hugr};

use crate::{CliError, HugrArgs};
Expand Down

0 comments on commit 3881e5e

Please sign in to comment.