From d86566585eb487b894dd59f975186523f1c79a3c Mon Sep 17 00:00:00 2001 From: Saskia de Vries Date: Fri, 23 Aug 2024 13:46:49 -0700 Subject: [PATCH] lint --- examples/fip_behavior_rig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fip_behavior_rig.py b/examples/fip_behavior_rig.py index 428717879..82870e15b 100644 --- a/examples/fip_behavior_rig.py +++ b/examples/fip_behavior_rig.py @@ -102,7 +102,7 @@ side=d.SpoutSide.LEFT, spout_diameter=1.2, solenoid_valve=d.Device(device_type="Solenoid", name="Solenoid Left"), - lick_sensor = d.Device( + lick_sensor=d.Device( name="Janelia_Lick_Detector Left", device_type="Lick detector", manufacturer=d.Organization.JANELIA, @@ -114,7 +114,7 @@ side=d.SpoutSide.RIGHT, spout_diameter=1.2, solenoid_valve=d.Device(device_type="Solenoid", name="Solenoid Right"), - lick_sensor = d.Device( + lick_sensor=d.Device( name="Janelia_Lick_Detector Right", device_type="Lick detector", manufacturer=d.Organization.JANELIA,