Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Sep 30, 2024
1 parent 1a3c335 commit 8190d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_behavior_services/rig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class VideoWriterFfmpeg(BaseModel):
)
input_arguments: str = Field(default="", description="Input arguments")


class VideoWriterOpenCv(BaseModel):
video_writer_type: Literal["OPENCV"] = Field(default="OPENCV")
frame_rate: int = Field(default=30, ge=0, description="Encoding frame rate")
Expand Down

0 comments on commit 8190d93

Please sign in to comment.