From 28f18e6b20ab574d54ba1148c9ef8ad7d8ca7a27 Mon Sep 17 00:00:00 2001 From: John Rogers Date: Thu, 10 Jul 2025 19:38:11 +0100 Subject: [PATCH] style: remove unused Arc and Mutex imports Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) --- tests/ptp_integration_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ptp_integration_test.rs b/tests/ptp_integration_test.rs index bd5317d..5825e55 100644 --- a/tests/ptp_integration_test.rs +++ b/tests/ptp_integration_test.rs @@ -1,5 +1,4 @@ use chrono::Utc; -use std::sync::{Arc, Mutex}; use ntp_timeturner::config::Config; use ntp_timeturner::sync_logic::{LtcFrame, LtcState};