remove unused import

This commit is contained in:
oliver 2024-11-10 20:36:39 -07:00
parent a9628ee5e4
commit ec66c4e765

View File

@ -5,7 +5,7 @@ use surrealdb::{
sql::Thing, sql::Thing,
Response, Surreal, Response, Surreal,
}; };
use tracing::{debug, error, instrument, trace, warn}; use tracing::{error, instrument, trace, warn};
use url::Url; use url::Url;
use crate::Timer; use crate::Timer;