Skip to content

Commit

Permalink
FF: Remove dead reference in millikey component
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Dec 1, 2023
1 parent daf97ad commit 780d24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psychopy_labhackers/components/millikey.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from psychopy.experiment.components.buttonBox import (ButtonBoxBackend, KeyboardButtonBoxBackend,
from psychopy.experiment.components.buttonBox import (DeviceBackend, KeyboardButtonBoxBackend,
ButtonBoxComponent)
from psychopy.experiment import getInitVals, Param
from psychopy.localization import _translate


class MillikeySerialButtonBoxBackend(
ButtonBoxBackend, key="millikeySerial", label="Labhackers Millikey (Serial)"
DeviceBackend, key="millikeySerial", label="Labhackers Millikey (Serial)"
):
"""
"""
Expand Down

0 comments on commit 780d24f

Please sign in to comment.