We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3f2f4 commit d9944ceCopy full SHA for d9944ce
adafruit_atecc/adafruit_atecc.py
@@ -46,8 +46,9 @@
46
import time
47
from struct import pack
48
49
-# Since the board may or may not have access to the typing library we need to have this in a try/except to enable type
50
-# hinting for the IDEs while not breaking the runtime on the controller.
+# Since the board may or may not have access to the typing library we need
+# to have this in a try/except to enable type hinting for the IDEs while
51
+# not breaking the runtime on the controller.
52
try:
53
from typing import Any, Sized
54
except ImportError:
0 commit comments