aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/CustomAttribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/CustomAttribute.py')
-rw-r--r--python/tosa/CustomAttribute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa/CustomAttribute.py b/python/tosa/CustomAttribute.py
index db35dca..4c1c477 100644
--- a/python/tosa/CustomAttribute.py
+++ b/python/tosa/CustomAttribute.py
@@ -96,7 +96,7 @@ def AddImplementationAttrs(builder, implementationAttrs):
def CustomAttributeStartImplementationAttrsVector(builder, numElems):
return builder.StartVector(1, numElems, 1)
-def StartImplementationAttrsVector(builder, numElems: int) -> int:
+def StartImplementationAttrsVector(builder, numElems):
return CustomAttributeStartImplementationAttrsVector(builder, numElems)
def CustomAttributeEnd(builder):