summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-03-07 07:53:22 +0100
committerMatthias Beyer <matthias.beyer@ifm.com>2022-03-07 08:02:02 +0100
commit856ef2be2ac5a934a103c9527bdb1d81cb82ca7f (patch)
treebd43c5bef39caed41158846bf7a2b4bddf08f1ec /crates/core
parent398bf563022c90657760518edfe746d7a431f8c7 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/plugin_sm/tests/plugin.rs1
1 files changed, 0 insertions, 1 deletions
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};