Skip to content

Commit

Permalink
chore: Autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored and github-actions[bot] committed Jan 6, 2025
1 parent c3393d0 commit 433bdd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vbl_aquarium/models/ephys_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PlatformInfo(VBLBaseModel):

class SetPositionRequest(VBLBaseModel):
"""Position to set a manipulator to.
These are the absolute positions of the manipulator stages.
Attributes:
Expand Down Expand Up @@ -81,7 +81,7 @@ class SetInsideBrainRequest(VBLBaseModel):

class SetDepthRequest(VBLBaseModel):
"""Depth to drive a manipulator to.
These are the absolute positions of the manipulator stages.
Attributes:
Expand Down Expand Up @@ -122,7 +122,7 @@ class PositionalResponse(VBLBaseModel):

class AngularResponse(VBLBaseModel):
"""Manipulator axis angles.
This is not very standardized and its usage is platform-specific.
Attributes:
Expand Down

0 comments on commit 433bdd6

Please sign in to comment.