Skip to content
Snippets Groups Projects
Commit aa9bcd1b authored by schneider's avatar schneider
Browse files

fix(hid): Disable adafruit_hid version check

parent a676300b
Branches
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ ...@@ -30,10 +30,10 @@
import sys import sys
if sys.implementation.version[0] < 3: # if sys.implementation.version[0] < 3:
raise ImportError( # raise ImportError(
"{0} is not supported in CircuitPython 2.x or lower".format(__name__) # "{0} is not supported in CircuitPython 2.x or lower".format(__name__)
) # )
# pylint: disable=wrong-import-position # pylint: disable=wrong-import-position
import struct import struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment