From 364eaed40c550ce65c960b76069bf85a9d9e9395 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:15:14 +0100 Subject: [PATCH] Update input.py --- src/viam/components/input/input.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/viam/components/input/input.py b/src/viam/components/input/input.py index db8afdb3c..d3899b70a 100644 --- a/src/viam/components/input/input.py +++ b/src/viam/components/input/input.py @@ -277,9 +277,6 @@ async def trigger_event( :: - my_controller = Controller.from_robot( - robot=machine, name="my_controller") - # Get your controller from the machine. my_controller = Controller.from_robot( robot=machine, "my_controller")