From 3aebe2bd863d6e0cb82171984cd49e5ad516d0db Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Wed, 24 Apr 2024 16:03:22 +0000 Subject: Update flatbuffer to v24.3.7 Signed-off-by: Tai Ly Change-Id: I9ab0e8ab4e3c37f1dd135b57661b25e18a5df5cb --- python/tosa/CustomAttribute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tosa/CustomAttribute.py') 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): -- cgit v1.2.1