ci: autopep8 action fixes

This commit is contained in:
AdwCustomizer 2022-09-04 09:44:19 +00:00
parent d330b0ed2b
commit 960fe4879b
3 changed files with 4 additions and 4 deletions

View file

@ -22,6 +22,7 @@ from .modules.utils import buglog
from .constants import rootdir
import os
@Gtk.Template(resource_path=f"{rootdir}/ui/plugin_row.ui")
class GradiencePluginRow(Adw.ActionRow):
__gtype_name__ = "GradiencePluginRow"

View file

@ -251,7 +251,6 @@ class GradienceMainWindow(Adw.ApplicationWindow):
Adw.Toast(title=_("Select a background first"))
)
def setup_colors_page(self):
for group in settings_schema["groups"]:
pref_group = Adw.PreferencesGroup()