diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-05 12:52:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-05 12:52:02 +0100 |
| commit | 51ee6c7a08d559d43cd402febe6f9bd4b33c30b0 (patch) | |
| tree | b61bbf9f1ff686b917a1b2a0ee9b1a2223508580 /lib/lettering | |
| parent | be66297da6aec234ef807b20609943f3c3252c2f (diff) | |
Fill to satin (#3406)
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 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 |
