Skip to content

Commit

Permalink
Remove unused import on test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocabanas committed Apr 2, 2024
1 parent 9ea284a commit 4abefd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-resource-detectors/src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl Default for HostResourceDetector {
#[cfg(test)]
mod tests {
use super::HostResourceDetector;
use opentelemetry::{Key, Value};
use opentelemetry::Key;
use opentelemetry_sdk::resource::ResourceDetector;
use std::time::Duration;

Expand Down

0 comments on commit 4abefd8

Please sign in to comment.