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 67bbec6 commit 8166f1cCopy full SHA for 8166f1c
src/nipanel/converters/protobuf_types.py
@@ -1,9 +1,10 @@
1
"""Classes to convert between measurement specific protobuf types and containers."""
2
3
-from typing import Type, TypeAlias, Union
+from typing import Type, Union
4
5
from ni.protobuf.types import scalar_pb2
6
from nitypes.scalar import Scalar
7
+from typing_extensions import TypeAlias
8
9
from nipanel.converters import Converter
10
0 commit comments