Skip to content

Commit

Permalink
Fix redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Dec 12, 2024
1 parent f780d09 commit b808ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/property-defs-rs/tests/updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b808ace

Please sign in to comment.