Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 15, 2024
1 parent 4aee526 commit 683ea44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions moler/device/unixremote3.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,7 @@ def _get_packages_for_state(self, state, observer):
available = super(UnixRemote3, self)._get_packages_for_state(state, observer)

if not available:
if (
state == UnixRemote3.unix_remote
or state == UnixRemote3.unix_remote_root
):
if state == UnixRemote3.unix_remote or state == UnixRemote3.unix_remote_root:
available = {
UnixRemote3.cmds: ["moler.cmd.unix"],
UnixRemote3.events: ["moler.events.shared", "moler.events.unix"],
Expand Down

0 comments on commit 683ea44

Please sign in to comment.