aboutsummaryrefslogtreecommitdiff
path: root/python/tosa/TosaGraph.py
diff options
context:
space:
mode:
authorTai Ly <tai.ly@arm.com>2024-04-24 16:03:22 +0000
committerEric Kunze <eric.kunze@arm.com>2024-04-26 21:26:16 +0000
commit3aebe2bd863d6e0cb82171984cd49e5ad516d0db (patch)
treee56471af9df1534d868e8c65353accb72857047d /python/tosa/TosaGraph.py
parent36ced1df313cf80edc91efe41facb1ab3a81b220 (diff)
downloadserialization_lib-main.tar.gz
Update flatbuffer to v24.3.7HEADmain
Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: I9ab0e8ab4e3c37f1dd135b57661b25e18a5df5cb
Diffstat (limited to 'python/tosa/TosaGraph.py')
-rw-r--r--python/tosa/TosaGraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa/TosaGraph.py b/python/tosa/TosaGraph.py
index 84b51a7..520372b 100644
--- a/python/tosa/TosaGraph.py
+++ b/python/tosa/TosaGraph.py
@@ -85,7 +85,7 @@ def AddRegions(builder, regions):
def TosaGraphStartRegionsVector(builder, numElems):
return builder.StartVector(4, numElems, 4)
-def StartRegionsVector(builder, numElems: int) -> int:
+def StartRegionsVector(builder, numElems):
return TosaGraphStartRegionsVector(builder, numElems)
def TosaGraphEnd(builder):