From 381775829d48d062da8c37dc0f398e0dacfb1a02 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 7 Sep 2024 01:58:42 +0900 Subject: [PATCH] chore: update image.py explictly -> explicitly --- lib/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/image.py b/lib/image.py index 897d8e2daa..b0e7c0a448 100644 --- a/lib/image.py +++ b/lib/image.py @@ -149,7 +149,7 @@ def _previous_keyframe_info(self, index=0): return prev_pts_time, prev_keyframe def _initialize(self, index=0): # noqa:C901 - """ Replace ImageIO _initialize with a version that explictly uses keyframes. + """ Replace ImageIO _initialize with a version that explicitly uses keyframes. Notes -----