Skip to content

Commit

Permalink
Fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind committed Dec 2, 2024
1 parent 0efa3aa commit 5b8a777
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sui-types/src/full_checkpoint_content.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

use std::collections::BTreeMap;
use std::collections::{BTreeMap, HashSet};

use crate::base_types::{ObjectID, ObjectRef};
use crate::effects::{
Expand All @@ -11,7 +11,6 @@ use crate::messages_checkpoint::{CertifiedCheckpointSummary, CheckpointContents}
use crate::object::Object;
use crate::storage::BackingPackageStore;
use crate::transaction::Transaction;
use im::HashSet;
use itertools::Either;
use serde::{Deserialize, Serialize};
use tap::Pipe;
Expand Down

0 comments on commit 5b8a777

Please sign in to comment.