Skip to content

Commit

Permalink
Update actionable_widgets.py
Browse files Browse the repository at this point in the history
Fixes Pylint trailing whitespace

(cherry picked from commit aede584)
  • Loading branch information
kennethrrosen authored and marmarek committed Aug 11, 2024
1 parent 7734eef commit 5d52dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qui/devices/actionable_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def __init__(self, device: backend.Device, variant: str = 'dark'):
self.device_label = Gtk.Label(xalign=0)

label_markup = device.name
if (device.connection_timestamp and
if (device.connection_timestamp and
int(time.monotonic() - device.connection_timestamp) < 120):
label_markup += ' <span foreground="red"><b>NEW!</b></span>'
self.device_label.set_markup(label_markup)
Expand Down

0 comments on commit 5d52dfc

Please sign in to comment.