remove redundant imports (#10154)

This commit is contained in:
Tshepang Mbambo 2024-04-04 16:28:44 +02:00 committed by GitHub
parent 1539312558
commit 3e2b85c61b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ use crate::{
requests::DisconnectArguments,
transport::{Payload, Request, Response, Transport},
types::*,
Error, Result, ThreadId,
Error, Result,
};
use helix_core::syntax::DebuggerQuirks;