aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/TableAttribute.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tosa/TableAttribute.py')
-rw-r--r--python/tosa/TableAttribute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa/TableAttribute.py b/python/tosa/TableAttribute.py
index 6caa1f2..04193fa 100644
--- a/python/tosa/TableAttribute.py
+++ b/python/tosa/TableAttribute.py
@@ -70,7 +70,7 @@ def AddTable(builder, table):
def TableAttributeStartTableVector(builder, numElems):
return builder.StartVector(2, numElems, 2)
-def StartTableVector(builder, numElems: int) -> int:
+def StartTableVector(builder, numElems):
return TableAttributeStartTableVector(builder, numElems)
def TableAttributeEnd(builder):