Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ooovi committed Sep 12, 2023
1 parent f318903 commit 6d9503e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interop_binaries/src/bin/janus_interop_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use backoff::ExponentialBackoffBuilder;
use base64::{engine::general_purpose::URL_SAFE_NO_PAD, Engine};
use clap::{value_parser, Arg, Command};
#[cfg(feature = "fpvec_bounded_l2")]
use fixed::types::{
extra::{U15, U31, U63},
use fixed::{
types::extra::{U15, U31, U63},
FixedI16, FixedI32, FixedI64,
};
use janus_collector::{Collector, CollectorParameters};
Expand Down

0 comments on commit 6d9503e

Please sign in to comment.