diff --git a/server/src/locations/details.rs b/server/src/locations/details.rs index 7fa6f869b..dfb253b50 100644 --- a/server/src/locations/details.rs +++ b/server/src/locations/details.rs @@ -3,7 +3,6 @@ use actix_web::{get, web, HttpResponse}; use serde::{Deserialize, Serialize}; use sqlx::Error::RowNotFound; use sqlx::PgPool; -use std::collections::HashMap; use tracing::error; use crate::localisation;