summaryrefslogtreecommitdiff
path: root/lib/lettering
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-01-05 12:46:06 +0100
committerGitHub <noreply@github.com>2025-01-05 12:46:06 +0100
commitbe66297da6aec234ef807b20609943f3c3252c2f (patch)
tree9f49c4e1bc104afe4bdf45eb5977fe43eecc81de /lib/lettering
parent23c2bf446aac5a2ac95e25719510252f6172f415 (diff)
Redwork: add combine option (#3407)
* add keep originals option
Diffstat (limited to 'lib/lettering')
-rw-r--r--lib/lettering/font.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py
index cc99202b..6127a84c 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):
+ def _get_color_sorted_elements(self, group, transform_key): # noqa: 901
elements_by_color = defaultdict(list)
last_parent = None