We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff8641 commit 8a08fffCopy full SHA for 8a08fff
1 file changed
wolframclient/language/array.py
@@ -47,3 +47,4 @@ def _valid_type_or_fail(self, type):
47
"Type %s is not one of the supported packed array types: %s."
48
% (type, ", ".join(sorted(constants.VALID_PACKED_ARRAY_LABEL_TYPES)))
49
)
50
+ return type
0 commit comments