Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Aug 30, 2024
1 parent d650945 commit b27a4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-model/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use ufotofu::{local_nb::Producer, nb::BulkProducer};

use crate::{
entry::AuthorisedEntry,
grouping::{Area, AreaOfInterest, Range3d},
grouping::{Area, AreaOfInterest},
parameters::{AuthorisationToken, NamespaceId, PayloadDigest, SubspaceId},
LengthyAuthorisedEntry, LengthyEntry, Path,
};
Expand Down

0 comments on commit b27a4ce

Please sign in to comment.