Skip to content

Commit 4557973

Browse files
Use assert_never from typing_extensions not typing.
1 parent 140bc33 commit 4557973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pins/drivers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from .meta import Meta
55
from .errors import PinsInsecureReadError
66

7-
from typing import Literal, Sequence, assert_never
7+
from typing import Literal, Sequence
8+
from typing_extensions import assert_never
89

910
# TODO: move IFileSystem out of boards, to fix circular import
1011
# from .boards import IFileSystem

0 commit comments

Comments
 (0)