Skip to content

Commit

Permalink
clippy+fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kafonek committed Dec 22, 2023
1 parent c96c9a6 commit a0a42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use kernel_sidecar_rs::client::Client;
use kernel_sidecar_rs::handlers::{DebugHandler, Handler, MessageCountHandler};
use kernel_sidecar_rs::kernels::JupyterKernel;
use kernel_sidecar_rs::nb_builder::{NotebookBuilder};
use kernel_sidecar_rs::nb_builder::NotebookBuilder;
use tokio::signal::unix::{signal, SignalKind};

use tokio::time::sleep;
Expand Down

0 comments on commit a0a42c8

Please sign in to comment.