Skip to content

Commit

Permalink
Revert temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Mar 18, 2024
1 parent aa1d889 commit ec5e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataSchemas/aind_behavior_services/rig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class HarpAnalogInput(HarpDeviceBase):

class HarpLickometer(HarpDeviceBase):
device_type: Literal[HarpDeviceType.LICKOMETER] = HarpDeviceType.LICKOMETER
who_am_i: Literal[1400] = None
who_am_i: Literal[None] = None


class HarpSniffDetector(HarpDeviceBase):
Expand Down

0 comments on commit ec5e517

Please # to comment.