Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Mar 26, 2024
1 parent 549a063 commit f784f78
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nexus/tests/integration_tests/oximeter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@

//! Integration tests for oximeter collectors and producers.
use dropshot::Method;
use http::StatusCode;
use nexus_test_interface::NexusServer;
use nexus_test_utils_macros::nexus_test;
use omicron_common::api::internal::nexus::ProducerEndpoint;
use omicron_common::api::internal::nexus::ProducerKind;
use omicron_test_utils::dev::poll::{wait_for_condition, CondCheckError};
use oximeter_db::DbWrite;
use std::collections::BTreeSet;
use std::net;
use std::net::Ipv6Addr;
use std::net::SocketAddr;
use std::time::Duration;
use uuid::Uuid;

Expand Down

0 comments on commit f784f78

Please sign in to comment.