Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Oct 1, 2024
1 parent 724b1c6 commit 0683338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/sui-graphql-client/src/query_types/dry_run.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

use crate::query_types::{schema, Base64, SuiAddress, Uint53};
use crate::query_types::schema;
use crate::query_types::Base64;
use crate::query_types::SuiAddress;
use crate::query_types::Uint53;

#[derive(cynic::QueryFragment, Debug)]
#[cynic(schema = "rpc", graphql_type = "Query", variables = "DryRunArgs")]
Expand Down

0 comments on commit 0683338

Please sign in to comment.