Remove unnecessary pass

This commit is contained in:
deepsource-autofix[bot] 2022-09-07 16:03:30 +00:00 committed by GitHub
parent df64476527
commit d409df3f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -647,7 +647,6 @@ class GradienceApplication(Adw.Application):
self.win.toast_overlay.add_toast(
Adw.Toast(title=_("Could not restore GTK4 backup"))
)
pass
def reset_color_scheme(self, widget, response):
if response == "reset":