Skip to content

Commit

Permalink
whoops, imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 24, 2024
1 parent d23ee64 commit 5646a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sled-agent/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,9 @@ mod tests {
use omicron_common::api::external::{
ByteCount, Generation, Hostname, InstanceCpuCount,
};
use omicron_common::api::internal::nexus::{InstanceProperties, VmmState};
use omicron_common::api::internal::nexus::{
InstanceProperties, InstanceRuntimeState, VmmState,
};
use omicron_common::FileKv;
use sled_storage::manager_test_harness::StorageManagerTestHarness;
use std::net::Ipv6Addr;
Expand Down

0 comments on commit 5646a09

Please sign in to comment.