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 Sep 14, 2023
1 parent 5a7f63e commit b345aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymovements/gaze/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def smooth(
_check_padding(padding=padding)

if method in {'moving_average', 'exponential_moving_average'}:
pad_kwargs : dict[str, Any] = {'pad_width': 0.0}
pad_kwargs: dict[str, Any] = {'pad_width': 0.0}
pad_func = _identity

if isinstance(padding, (int, float)):
Expand Down

0 comments on commit b345aae

Please sign in to comment.