From e31c689de4be208b77044505ae53c2ae49f29769 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 16 Jul 2024 05:57:40 -0700 Subject: [PATCH] chore: rm unused import --- crates/bws/src/command/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bws/src/command/run.rs b/crates/bws/src/command/run.rs index 251c3f8e3..2ec95de97 100644 --- a/crates/bws/src/command/run.rs +++ b/crates/bws/src/command/run.rs @@ -1,5 +1,5 @@ use std::{ - collections::{HashMap, HashSet}, + collections::HashMap, io::{IsTerminal, Read}, process, };