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.
assert_never
typing_extensions
typing
1 parent 140bc33 commit 4557973Copy full SHA for 4557973
pins/drivers.py
@@ -4,7 +4,8 @@
4
from .meta import Meta
5
from .errors import PinsInsecureReadError
6
7
-from typing import Literal, Sequence, assert_never
+from typing import Literal, Sequence
8
+from typing_extensions import assert_never
9
10
# TODO: move IFileSystem out of boards, to fix circular import
11
# from .boards import IFileSystem
0 commit comments