Skip to content

Commit 8166f1c

Browse files
author
Michael Johansen
committed
Import TypeAlias from typing_extensions to fix RP build.
Signed-off-by: Michael Johansen <[email protected]>
1 parent 67bbec6 commit 8166f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nipanel/converters/protobuf_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Classes to convert between measurement specific protobuf types and containers."""
22

3-
from typing import Type, TypeAlias, Union
3+
from typing import Type, Union
44

55
from ni.protobuf.types import scalar_pb2
66
from nitypes.scalar import Scalar
7+
from typing_extensions import TypeAlias
78

89
from nipanel.converters import Converter
910

0 commit comments

Comments
 (0)