From 0efbee449d41890701210892517de66509c36a20 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Mon, 16 Sep 2024 23:13:19 -0500 Subject: [PATCH] cleanup --- src/commands/get_status.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/get_status.rs b/src/commands/get_status.rs index 7942179..5fab8b8 100644 --- a/src/commands/get_status.rs +++ b/src/commands/get_status.rs @@ -1,5 +1,4 @@ use crate::game::hexchess::Hexchess; -use crate::game::notation::Notation; pub fn execute(hexchess_arg: String) -> Result { let hexchess = match Hexchess::from(hexchess_arg.as_str()) {