Remove unused imports

This commit is contained in:
Antonio Scandurra 2023-05-22 19:38:57 +02:00
parent 33f6c56b14
commit f22067b236

View file

@ -2028,11 +2028,9 @@ impl<V: View> Element<V> for PaneBackdrop<V> {
#[cfg(test)]
mod tests {
use std::sync::Arc;
use super::*;
use crate::item::test::{TestItem, TestProjectItem};
use gpui::{executor::Deterministic, TestAppContext};
use gpui::TestAppContext;
use project::FakeFs;
use settings::SettingsStore;