Skip to content

Commit

Permalink
fix: Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed May 8, 2024
1 parent 23d8aa5 commit 5ea8130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hugr/src/hugr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ pub mod serialize;
pub mod validate;
pub mod views;

#[cfg(feature = "extension_inference")]
use std::collections::HashMap;
use std::collections::VecDeque;
use std::iter;

Expand Down

0 comments on commit 5ea8130

Please sign in to comment.