diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-05 12:46:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-05 12:46:06 +0100 |
| commit | be66297da6aec234ef807b20609943f3c3252c2f (patch) | |
| tree | 9f49c4e1bc104afe4bdf45eb5977fe43eecc81de /lib/lettering | |
| parent | 23c2bf446aac5a2ac95e25719510252f6172f415 (diff) | |
Redwork: add combine option (#3407)
* add keep originals option
Diffstat (limited to 'lib/lettering')
| -rw-r--r-- | lib/lettering/font.py | 2 |
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 |
