From 2d13b6ee2a0a728d426a0b4d264cbbff5599819c Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Mon, 11 Aug 2025 11:44:23 -0400 Subject: [PATCH] Remove unused use statement causing warning --- tests/integration_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 8c03e6cc..b429fc12 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -8,7 +8,6 @@ mod tests { use predicates::prelude::*; use predicates::{prelude::predicate, str::contains}; use serde_json::json; - use std::io::Write; use std::{ fs::File, process::{Command, Stdio},