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 b918f03 commit 79e7aa0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 79e7aa0

Please sign in to comment.