From b345aae9816762f2f55ac36d07b043723f87604d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:00:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pymovements/gaze/transforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymovements/gaze/transforms.py b/src/pymovements/gaze/transforms.py index eaac1a0ed..5667724f5 100644 --- a/src/pymovements/gaze/transforms.py +++ b/src/pymovements/gaze/transforms.py @@ -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)):