Skip to content

Commit

Permalink
chore: Drop unused import
Browse files Browse the repository at this point in the history
which is likely a debugging artifact.

(cherry picked from commit 4182d27)
  • Loading branch information
AiyionPrime committed Jul 23, 2024
1 parent dad768e commit 86ea717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/server/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use std::{path::PathBuf, sync::Arc, thread};

use crate::core::runtime;
use actix_files as fs;
use actix_web::{web, App, HttpResponse, HttpServer, Responder, Result};
use tokio::runtime::Runtime;
Expand Down

0 comments on commit 86ea717

Please sign in to comment.