Remove unused imports
This commit is contained in:
parent
33f6c56b14
commit
f22067b236
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue