mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-27 04:19:22 +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 clap::{Args, Parser, Subcommand};
|
||||||
use djls_ipc::v1::*;
|
use djls_ipc::PythonProcess;
|
||||||
use djls_ipc::{ProcessError, PythonProcess, TransportError};
|
|
||||||
use std::ffi::OsStr;
|
use std::ffi::OsStr;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue