Make the linters happy, again

This commit is contained in:
heliguy
2024-12-12 19:31:03 -05:00
parent 3955641dca
commit 196468f0d6

View File

@@ -252,9 +252,7 @@ class RemotesPage(Adw.NavigationPage):
def show_disabled_handler(self, button):
show_disabled = button.get_active()
self.show_disabled_button_content.set_icon_name(
"warehouse:eye-open-negative-filled-symbolic"
if show_disabled else
"warehouse:eye-not-looking-symbolic"
"warehouse:eye-open-negative-filled-symbolic" if show_disabled else "warehouse:eye-not-looking-symbolic"
)
total_visible = 0
for row in self.current_remote_rows: