summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ci_runner.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci_runner.rs b/src/ci_runner.rs
index 9deb0bb..023478e 100644
--- a/src/ci_runner.rs
+++ b/src/ci_runner.rs
@@ -6,7 +6,6 @@ use tokio::process::Command;
use std::process::Stdio;
use std::process::ExitStatus;
use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt};
-use serde_derive::{Deserialize, Serialize};
use serde_json::json;
use serde::{Deserialize, de::DeserializeOwned, Serialize};
use std::task::{Context, Poll};