Format code with black and autopep8

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

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/8c0b39f8-c933-48c5-9c2d-2eb192e81568/
This commit is contained in:
deepsource-autofix[bot] 2022-09-16 20:38:58 +00:00 committed by GitHub
parent fdd493dbf9
commit 773266e302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,14 @@ class GradienceWelcomeWindow(Adw.Window):
img_welcome = Gtk.Template.Child()
label_skip = Gtk.Template.Child()
carousel_pages = ["welcome", "agreement", "gradience",
"configure", "download", "finish"]
carousel_pages = [
"welcome",
"agreement",
"gradience",
"configure",
"download",
"finish",
]
images = [
f"{rootdir}/images/welcome.svg",
f"{rootdir}/images/welcome-dark.svg",
@ -120,7 +126,6 @@ class GradienceWelcomeWindow(Adw.Window):
self.btn_back.set_visible(True)
self.btn_next.set_visible(True)
def agree(self, widget):
self.btn_back.set_visible(False)
self.btn_next.set_visible(True)