Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed May 12, 2024
1 parent cbcb758 commit eb63938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/RegisterDevice.py.Multi
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def setupMFRC522():


runCmd("cp {0}/scripts/Reader.py.experimental.Multi {1}/scripts/Reader.py".format(JUKEBOX_HOME_DIR, JUKEBOX_HOME_DIR))
from Reader import get_devices, EDevices
from Reader import get_devices, EDevices # noqa E402
list_dev_ids = list()
devices = get_devices()

Expand Down

0 comments on commit eb63938

Please sign in to comment.