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] authored and sfmig committed Nov 29, 2024
1 parent 25427fc commit b5b7046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_unit/test_load_bboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def _create_df_input_via_tracks(
else:
return update_attribute_column(
df_input=df,
attribute_column_name=attribute_column_name,
dict_to_append=dict_to_append,
attribute_column_name=attribute_column_name,
dict_to_append=dict_to_append,
)

return _create_df_input_via_tracks
Expand Down

0 comments on commit b5b7046

Please sign in to comment.