Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Feb 26, 2024
1 parent bf98c9c commit 4ff14cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/publisher/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ use thanix_client::{
VirtualizationVirtualMachinesListQuery, VirtualizationVirtualMachinesListResponse,
},
types::{
DeviceWithConfigContext, PaginatedDeviceWithConfigContextList,
PaginatedVirtualMachineWithConfigContextList, VirtualMachineWithConfigContext,
DeviceWithConfigContext,
VirtualMachineWithConfigContext,
WritableDeviceWithConfigContextRequest,
},
util::ThanixClient,
Expand Down

0 comments on commit 4ff14cf

Please sign in to comment.