mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 07:42:19 +00:00
fix: remove a single type hint to retain 2.7.x compatibility (#8799)
Co-authored-by: Hjalti Leifsson <hjaltileifsson@gmail.com>
This commit is contained in:
@@ -163,7 +163,7 @@ class Builder(object):
|
|||||||
## @endcond
|
## @endcond
|
||||||
self.finished = False
|
self.finished = False
|
||||||
|
|
||||||
def Clear(self) -> None:
|
def Clear(self):
|
||||||
## @cond FLATBUFFERS_INTERNAL
|
## @cond FLATBUFFERS_INTERNAL
|
||||||
self.current_vtable = None
|
self.current_vtable = None
|
||||||
self.head = UOffsetTFlags.py_type(len(self.Bytes))
|
self.head = UOffsetTFlags.py_type(len(self.Bytes))
|
||||||
|
|||||||
Reference in New Issue
Block a user