Skip to content

Commit

Permalink
chore: format import
Browse files Browse the repository at this point in the history
  • Loading branch information
Adegbite Ademola Kelvin authored and Adegbite Ademola Kelvin committed Dec 9, 2024
1 parent 5453322 commit a4d7802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/wallets/examples/gcp_signer.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Example of how to use GCP Ethereum Signer.
use alloy::signers::gcp::{GcpKeyRingRef, GcpSigner, KeySpecifier};
use alloy::signers::Signer;
use alloy::signers::{gcp::{GcpKeyRingRef, GcpSigner, KeySpecifier},Signer};
use gcloud_sdk::{
google::cloud::kms::v1::key_management_service_client::KeyManagementServiceClient, GoogleApi,
};
Expand Down

0 comments on commit a4d7802

Please sign in to comment.