Format code with black and autopep8

This commit fixes the style issues introduced in 1f8b5e9 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/b099183d-2c2c-4abe-818e-f1a577699400/
This commit is contained in:
deepsource-autofix[bot] 2022-09-16 17:28:12 +00:00 committed by GitHub
parent 1f8b5e9f91
commit 7f3e3b1242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ from .constants import rootdir, BADGE_COLORS
import random
@Gtk.Template(resource_path=f"{rootdir}/ui/presets_manager_window.ui")
class GradiencePresetWindow(Adw.Window):
__gtype_name__ = "GradiencePresetWindow"