mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +00:00
remove unused imports
This commit is contained in:
parent
25f2c45f8d
commit
a9fc0824d0
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
use clap::{Args, Parser, Subcommand};
|
||||
use djls_ipc::v1::*;
|
||||
use djls_ipc::{ProcessError, PythonProcess, TransportError};
|
||||
use djls_ipc::PythonProcess;
|
||||
use std::ffi::OsStr;
|
||||
use std::time::Duration;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue