From 039265f77dd514f84a05cd47fe024185ce08d8dd Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 29 Apr 2025 07:45:08 -0500 Subject: [PATCH] format --- bitmaptools/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitmaptools/__init__.py b/bitmaptools/__init__.py index dd0f1ee..ca5b27e 100644 --- a/bitmaptools/__init__.py +++ b/bitmaptools/__init__.py @@ -532,6 +532,7 @@ class BlendMode: """ Options for modes to use by alphablend() function. """ + # pylint: disable=too-few-public-methods Normal = "bitmaptools.BlendMode.Normal" @@ -676,6 +677,7 @@ class DitherAlgorithm: """ Options for algorithm to use by dither() function. """ + # pylint: disable=too-few-public-methods Atkinson = "bitmaptools.DitherAlgorithm.Atkinson" -- 2.49.0