Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Aug 30, 2024
1 parent 5e3aa6f commit 71a738c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_rig_session_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,9 @@ def read_json(filepath: Path) -> dict:
channels=[
d.DAQChannel(channel_name="DO0", device_name="Solenoid Left", channel_type="Digital Output"),
d.DAQChannel(channel_name="DO1", device_name="Solenoid Right", channel_type="Digital Output"),
d.DAQChannel(channel_name="DI0", device_name="Janelia_Lick_Detector Left", channel_type="Digital Input"),
d.DAQChannel(
channel_name="DI0", device_name="Janelia_Lick_Detector Left", channel_type="Digital Input"
),
d.DAQChannel(
channel_name="DI1", device_name="Janelia_Lick_Detector Right", channel_type="Digital Input"
),
Expand Down

0 comments on commit 71a738c

Please sign in to comment.