diff --git a/rust/property-defs-rs/tests/updates.rs b/rust/property-defs-rs/tests/updates.rs index 062ef1b7cdcbc..22ecc13655efb 100644 --- a/rust/property-defs-rs/tests/updates.rs +++ b/rust/property-defs-rs/tests/updates.rs @@ -2,7 +2,6 @@ use chrono::{DateTime, Duration, Utc}; use property_defs_rs::types::{Event, PropertyParentType, PropertyValueType}; use serde_json::json; use sqlx::PgPool; -use uuid::Uuid; #[sqlx::test(migrations = "./tests/test_migrations")] async fn test_updates(db: PgPool) {