Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Aug 20, 2024
1 parent 60b3c87 commit a79d1cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/aind_data_schema/core/procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,9 @@ class MyomatrixContact(AindModel):
class MyomatrixThread(AindModel):
"""Description of a thread of a myomatrix array"""

ground_electrode_location: MouseAnatomicalStructure.BODY_PARTS._ONE_OF = Field(..., title="Location of ground electrode")
ground_electrode_location: MouseAnatomicalStructure.BODY_PARTS._ONE_OF = Field(
..., title="Location of ground electrode"
)
contacts: List[MyomatrixContact] = Field(..., title="Contacts")


Expand Down

0 comments on commit a79d1cc

Please sign in to comment.