Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 10, 2024
1 parent 46a816e commit c5f035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/io/load_poses.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def from_anipose_df(anipose_triangulation_df, individual_name="individual_0"):
def from_anipose_file(
file_path: Path | str,
fps: float | None = None,
individual_name: str = "individual_0"
individual_name: str = "individual_0",
) -> xr.Dataset:
"""Create a ``movement`` poses dataset from an Anipose 3D .csv file.
Expand Down

0 comments on commit c5f035a

Please sign in to comment.