Skip to content

Commit

Permalink
chore: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel authored Jan 14, 2025
1 parent 25a1065 commit c0ec208
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/profile/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ use derivative::Derivative;
use serde::{Deserialize, Serialize};
use serde_with::{serde_as, DefaultOnError, DefaultOnNull, DurationSeconds, NoneAsEmptyString};

use crate::constants::NEW_USER_DAYS;
use crate::runtime::Env;
use crate::{constants::NEW_USER_DAYS, runtime::Env};

#[serde_as]
#[derive(Clone, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit c0ec208

Please sign in to comment.