Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Nov 12, 2024
1 parent 6f9f898 commit 8a7086a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ use celestia_tendermint_proto::Protobuf;
use pbjson_types::Any;
#[cfg(not(feature = "tonic"))]
use prost_types::Any;
// workaround for otherwise unused prost-types if tonic feature flag is enabled tripping up CI
use prost::Message;
#[allow(unused_imports)]
use prost_types::Any as _;

use crate::Error;

Expand Down

0 comments on commit 8a7086a

Please sign in to comment.