Skip to content

Commit

Permalink
Remove Scanner & Producer from plugin macro
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ committed Nov 28, 2024
1 parent e446440 commit 5120f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin/macro_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ macro_rules! plugin_interface {
($plg_name:literal) => {
use panduza_platform_core::NotificationGroup;
use panduza_platform_core::{
Factory, PlatformLogger, Plugin, Producer, ProductionOrder, Reactor, ReactorSettings,
Runtime, ScanMachine, Scanner,
Factory, PlatformLogger, Plugin, ProductionOrder, Reactor, ReactorSettings,
Runtime, ScanMachine
};
use serde_json::Result;
use serde_json::Value;
Expand Down

0 comments on commit 5120f95

Please sign in to comment.