summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2023-01-16 07:17:56 -0500
committerD. Scott Boggs <scott@tams.tech>2023-01-29 09:31:11 -0500
commit1fe5ca5bcaa3d1b07baa6079cbf5debe30b8207b (patch)
treef42d15eb15a486b7cfd0b7724cc40a678db5df65
parent07991e00086f7d569855a4c088a43399008a2a2b (diff)
Comb through accounts entities
-rw-r--r--entities/src/account.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/entities/src/account.rs b/entities/src/account.rs
index 38bb995..a9609f3 100644
--- a/entities/src/account.rs
+++ b/entities/src/account.rs
@@ -10,9 +10,7 @@ use std::{num::ParseIntError, path::PathBuf, str::FromStr};
use time::{serde::iso8601, OffsetDateTime};
use url::Url;
-use crate::custom_emoji::CustomEmoji;
-
-use crate::AccountId;
+use crate::{custom_emoji::CustomEmoji, AccountId};
/// A struct representing an Account.
///