Skip to content

Commit

Permalink
removed an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 19, 2024
1 parent c1bc256 commit 6e323e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/calendar/models.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use chrono::{DateTime, Duration, Utc};
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
use std::fmt::Display;

Expand Down

0 comments on commit 6e323e7

Please sign in to comment.