Skip to content

Commit eded047

Browse files
committed
Updates incorrect import
1 parent 7482155 commit eded047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_apps/time_series/src/agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use swimos::{
2121
agent::lanes::CommandLane,
2222
agent::lanes::MapLane,
2323
agent::{
24-
agent_lifecycle::utility::HandlerContext,
24+
agent_lifecycle::HandlerContext,
2525
event_handler::{EventHandler, HandlerActionExt},
2626
lifecycle, projections, AgentLaneModel,
2727
},

0 commit comments

Comments
 (0)