From d48ec7d58e49ce837055cab693d3d3f5ec86f567 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 2 Nov 2023 11:02:46 -0400 Subject: [PATCH] Remove unused import --- crates/ui2/src/components/notifications_panel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui2/src/components/notifications_panel.rs b/crates/ui2/src/components/notifications_panel.rs index 697b4de63b61b490e6f07ff4eb0f0db02db8a770..74f015ac068706cd09242dd04f30d8b09e285842 100644 --- a/crates/ui2/src/components/notifications_panel.rs +++ b/crates/ui2/src/components/notifications_panel.rs @@ -361,7 +361,7 @@ impl Notification { } } -use chrono::{DateTime, NaiveDateTime}; +use chrono::NaiveDateTime; use gpui2::{px, Styled}; #[cfg(feature = "stories")] pub use stories::*;