Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 90760c3

Browse files
Format code with black and autopep8
This commit fixes the style issues introduced in 523d969 according to the output from black and autopep8. Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/841afc06-f1ac-4d2d-8811-c885c08cda80/
1 parent 523d969 commit 90760c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradience/window.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def setup_monet_page(self):
132132
self.monet_pref_group.set_title(_("Monet Engine"))
133133
self.monet_pref_group.set_description(
134134
_(
135-
"Monet is an engine that generates a Material Design 3 " \
135+
"Monet is an engine that generates a Material Design 3 "
136136
"palette from an image's color."
137137
)
138138
)
@@ -269,10 +269,10 @@ def setup_colors_page(self):
269269
palette_pref_group.set_title(_("Palette Colors"))
270270
palette_pref_group.set_description(
271271
_(
272-
'Named palette colors used by some applications. Default ' \
273-
'colors follow the ' \
274-
'<a href="https://developer.gnome.org/hig/reference/palette.html">'\
275-
'GNOME Human Interface Guidelines</a>.'
272+
"Named palette colors used by some applications. Default "
273+
"colors follow the "
274+
'<a href="https://developer.gnome.org/hig/reference/palette.html">'
275+
"GNOME Human Interface Guidelines</a>."
276276
)
277277
)
278278
for color in settings_schema["palette"]:

0 commit comments

Comments
 (0)