Skip to content

Commit

Permalink
Move DeleteType in delete_item.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsworth committed Dec 6, 2024
1 parent b3d2fe0 commit b5e6735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/delete_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use serde::Deserialize;
use xml_struct::XmlSerialize;

use crate::{types::sealed::EnvelopeBodyContents, DeleteType};
use crate::types::sealed::EnvelopeBodyContents;
use crate::{
BaseItemId, Operation, OperationResponse, ResponseClass, ResponseCode, MESSAGES_NS_URI,
BaseItemId, DeleteType, Operation, OperationResponse, ResponseClass, ResponseCode, MESSAGES_NS_URI,
};


Expand Down

0 comments on commit b5e6735

Please sign in to comment.