style(palette_shades.py): break up long lines

This commit is contained in:
salarua 2022-09-22 14:59:52 -07:00
parent aa32baf913
commit 3dac67fb1e

View file

@ -59,9 +59,8 @@ class GradiencePaletteShades(Adw.ActionRow):
Gtk.Application.get_default().is_ready Gtk.Application.get_default().is_ready
and kwargs.get("update_from") == "color_value" and kwargs.get("update_from") == "color_value"
): ):
Gtk.Application.get_default().palette[self.prefix][str(i)] = shades[ Gtk.Application.get_default().palette[self.prefix][str(i)] = \
str(i) shades[str(i)]
]
if ( if (
Gtk.Application.get_default().is_ready Gtk.Application.get_default().is_ready