aboutsummaryrefslogtreecommitdiff
path: root/backend/src/db/bots.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/db/bots.rs')
-rw-r--r--backend/src/db/bots.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/db/bots.rs b/backend/src/db/bots.rs
index d359e28..bc9cb11 100644
--- a/backend/src/db/bots.rs
+++ b/backend/src/db/bots.rs
@@ -2,7 +2,6 @@ use diesel::prelude::*;
use serde::{Deserialize, Serialize};
use crate::schema::{bots, code_bundles};
-use crate::DbConn;
use chrono;
#[derive(Insertable)]