Remove unused import

This commit is contained in:
Piotr Osiewicz 2023-12-07 13:54:51 +01:00
parent 18393d1fac
commit 8839bfa1df

View file

@ -11,8 +11,8 @@ use editor::{Editor, EditorMode};
use futures::channel::oneshot; use futures::channel::oneshot;
use gpui::{ use gpui::{
actions, div, red, Action, AppContext, Div, EventEmitter, FocusableView, actions, div, red, Action, AppContext, Div, EventEmitter, FocusableView,
InteractiveElement as _, IntoElement, KeyContext, ParentElement as _, Render, Styled, InteractiveElement as _, IntoElement, ParentElement as _, Render, Styled, Subscription, Task,
Subscription, Task, View, ViewContext, VisualContext as _, WeakView, WindowContext, View, ViewContext, VisualContext as _, WeakView, WindowContext,
}; };
use project::search::SearchQuery; use project::search::SearchQuery;
use serde::Deserialize; use serde::Deserialize;