Skip to content

Commit

Permalink
fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Feb 28, 2024
1 parent 6671883 commit 94c26d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions identity_iota_core/src/document/iota_document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use core::fmt;
use core::fmt::Debug;
use core::fmt::Display;
use identity_credential::credential::Jws;
#[cfg(feature = "client")]
use identity_did::CoreDID;
use identity_did::DIDUrl;
use identity_document::verifiable::JwsVerificationOptions;
Expand All @@ -15,7 +14,6 @@ use serde::Deserialize;
use serde::Serialize;

use identity_core::common::Object;
#[cfg(feature = "client")]
use identity_core::common::OneOrSet;
use identity_core::common::OrderedSet;
use identity_core::common::Url;
Expand Down

0 comments on commit 94c26d8

Please sign in to comment.