Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoesters committed Dec 4, 2024
1 parent 7eb5b0c commit b81d544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content_container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later

use serde::{ser::SerializeSeq as _, Deserialize, Serialize};
use serde::{ser::SerializeSeq as _, Serialize};
use serde_bytes::ByteBuf;
use serde_tuple::{Deserialize_tuple, Serialize_tuple};
use std::collections::HashMap;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later

pub mod content_container;
mod message_status;
pub mod message_status;

0 comments on commit b81d544

Please sign in to comment.