aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/TransposeAttribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/TransposeAttribute.py')
-rw-r--r--python/tosa/TransposeAttribute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa/TransposeAttribute.py b/python/tosa/TransposeAttribute.py
index 71cfdf0..5aa23e2 100644
--- a/python/tosa/TransposeAttribute.py
+++ b/python/tosa/TransposeAttribute.py
@@ -70,7 +70,7 @@ def AddPerms(builder, perms):
def TransposeAttributeStartPermsVector(builder, numElems):
return builder.StartVector(4, numElems, 4)
-def StartPermsVector(builder, numElems: int) -> int:
+def StartPermsVector(builder, numElems):
return TransposeAttributeStartPermsVector(builder, numElems)
def TransposeAttributeEnd(builder):