Skip to content

Commit

Permalink
clippy / fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kafonek committed Dec 20, 2023
1 parent 4b37a8c commit 6633078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/handlers/outputs.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::{handlers::Handler, jupyter::response::Response};
use crate::handlers::Handler;
use crate::jupyter::response::Response;
use std::collections::HashMap;
use std::fmt::Debug;

Expand Down
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ use tokio::signal::unix::{signal, SignalKind};
use tokio::time::sleep;

use indoc::indoc;
use std::collections::HashMap;
use std::sync::Arc;
use std::time::Duration;
use std::{collections::HashMap, sync::Arc};

use kernel_sidecar_rs::handlers::OutputHandler;

Expand Down

0 comments on commit 6633078

Please # to comment.