From 37fc082a58dbd8ff2780db1a5d4e0d6203c27a32 Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Mon, 2 Sep 2024 22:38:27 +0800 Subject: [PATCH] code format --- pillow_jxl/JpegXLImagePlugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pillow_jxl/JpegXLImagePlugin.py b/pillow_jxl/JpegXLImagePlugin.py index 54c0a94..1b54eba 100644 --- a/pillow_jxl/JpegXLImagePlugin.py +++ b/pillow_jxl/JpegXLImagePlugin.py @@ -12,6 +12,7 @@ logger = getLogger(__name__) + def _accept(data): return ( data[:2] == b"\xff\x0a"