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 4, 2024
1 parent 1f9d58e commit 03f757d
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 03f757d

Please sign in to comment.