Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 31, 2024
1 parent ccd6a22 commit 66a723c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nexus/db-queries/src/db/datastore/inventory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1914,10 +1914,8 @@ impl DataStoreInventoryTest for DataStore {

#[cfg(test)]
mod test {
use crate::context::OpContext;
use crate::db::datastore::datastore_test;
use crate::db::datastore::inventory::DataStoreInventoryTest;
use crate::db::datastore::DataStore;
use crate::db::datastore::DataStoreConnection;
use crate::db::schema;
use anyhow::Context;
Expand All @@ -1932,12 +1930,10 @@ mod test {
use nexus_test_utils::db::ALLOW_FULL_TABLE_SCAN_SQL;
use nexus_types::inventory::BaseboardId;
use nexus_types::inventory::CabooseWhich;
use nexus_types::inventory::Collection;
use nexus_types::inventory::RotPageWhich;
use omicron_common::api::external::Error;
use omicron_test_utils::dev;
use std::num::NonZeroU32;
use uuid::Uuid;

struct CollectionCounts {
baseboards: usize,
Expand Down

0 comments on commit 66a723c

Please sign in to comment.