From 51ee6c7a08d559d43cd402febe6f9bd4b33c30b0 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:52:02 +0100 Subject: Fill to satin (#3406) --- lib/lettering/font.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lettering/font.py') diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 6127a84c..93e550d8 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -577,7 +577,7 @@ class Font(object): group.append(color_group) - def _get_color_sorted_elements(self, group, transform_key): # noqa: 901 + def _get_color_sorted_elements(self, group, transform_key): # noqa: C901 elements_by_color = defaultdict(list) last_parent = None -- cgit v1.2.3