From 856ef2be2ac5a934a103c9527bdb1d81cb82ca7f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 7 Mar 2022 07:53:22 +0100 Subject: Remove unused imports Signed-off-by: Matthias Beyer --- crates/core/plugin_sm/tests/plugin.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/core') diff --git a/crates/core/plugin_sm/tests/plugin.rs b/crates/core/plugin_sm/tests/plugin.rs index e9c985f2..724813fb 100644 --- a/crates/core/plugin_sm/tests/plugin.rs +++ b/crates/core/plugin_sm/tests/plugin.rs @@ -2,7 +2,6 @@ mod tests { use agent_interface::{SoftwareError, SoftwareModule, SoftwareModuleUpdate}; - use assert_matches::assert_matches; use plugin_sm::plugin::{deserialize_module_info, ExternalPluginCommand, Plugin}; use serial_test::serial; use std::{fs, io::Write, path::PathBuf, str::FromStr}; -- cgit v1.2.3