From 25be3c161c696987e27ffb50ce1ab52d9d363c8b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 5 Jun 2024 10:34:47 -0700 Subject: [PATCH] rm dead import --- nexus/src/app/sagas/instance_update/destroyed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nexus/src/app/sagas/instance_update/destroyed.rs b/nexus/src/app/sagas/instance_update/destroyed.rs index e9ca7d4ea66..5ee84d3056b 100644 --- a/nexus/src/app/sagas/instance_update/destroyed.rs +++ b/nexus/src/app/sagas/instance_update/destroyed.rs @@ -12,7 +12,6 @@ use nexus_db_model::Instance; use nexus_db_model::InstanceRuntimeState; use nexus_db_queries::authn; use nexus_db_queries::authz; -use nexus_db_queries::db::datastore::instance; use omicron_common::api::external; use omicron_common::api::external::Error; use serde::{Deserialize, Serialize};