Skip to content

Commit a9fc082

Browse files
remove unused imports
1 parent 25f2c45 commit a9fc082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/djlc-cli/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use clap::{Args, Parser, Subcommand};
2-
use djls_ipc::v1::*;
3-
use djls_ipc::{ProcessError, PythonProcess, TransportError};
2+
use djls_ipc::PythonProcess;
43
use std::ffi::OsStr;
54
use std::time::Duration;
65

0 commit comments

Comments
 (0)