Skip to content

Commit 63895dc

Browse files
Use assert_never from typing_extensions not typing.
1 parent f319afd commit 63895dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pins/drivers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from pathlib import Path
2-
from typing import Literal, Sequence, assert_never
2+
from typing import Literal, Sequence
3+
4+
from typing_extensions import assert_never
35

46
from .config import PINS_ENV_INSECURE_READ, get_allow_pickle_read
57
from .errors import PinsInsecureReadError

0 commit comments

Comments
 (0)