diff --git a/python/flatbuffers/builder.py b/python/flatbuffers/builder.py index 2fe3aa367..b6ae8623d 100644 --- a/python/flatbuffers/builder.py +++ b/python/flatbuffers/builder.py @@ -163,7 +163,7 @@ class Builder(object): ## @endcond self.finished = False - def Clear(self) -> None: + def Clear(self): ## @cond FLATBUFFERS_INTERNAL self.current_vtable = None self.head = UOffsetTFlags.py_type(len(self.Bytes))