Skip to content

Commit 6cae44d

Browse files
fix(attachments): Remove unused imports
Co-Authored-By: Matt Quinn <354504+mjq@users.noreply.github.com>
1 parent bd8354e commit 6cae44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • relay-server/src/processing/trace_attachments

relay-server/src/processing/trace_attachments/store.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ use std::collections::HashMap;
22

33
use chrono::{DateTime, Utc};
44
use relay_event_schema::protocol::{Attributes, SpanId, TraceAttachmentMeta};
5-
use relay_protocol::{Annotated, IntoValue, Value};
5+
use relay_protocol::{Annotated, Value};
66
use relay_quotas::Scoping;
77
use sentry_protos::snuba::v1::{AnyValue, TraceItem, TraceItemType, any_value};
88

99
use crate::managed::{Counted, Managed, Quantities, Rejected};
1010
use crate::processing::Retention;
1111
use crate::processing::trace_attachments::types::ExpandedAttachment;
1212
use crate::processing::utils::store::{
13-
AttributeMeta, extract_client_sample_rate, extract_meta_attributes, proto_timestamp,
13+
extract_client_sample_rate, extract_meta_attributes, proto_timestamp,
1414
quantities_to_trace_item_outcomes, uuid_to_item_id,
1515
};
1616
use crate::services::objectstore::StoreTraceAttachment;

0 commit comments

Comments
 (0)