mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +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:
parent
ac8b124496
commit
c7b6b66ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue