[Python] Avoid double flatbuffers include in pyi files (#8626)

This commit is contained in:
Felix
2025-07-17 21:37:19 +02:00
committed by GitHub
parent 501810f4d1
commit f830c47d68
12 changed files with 1 additions and 11 deletions

View File

@@ -3,7 +3,6 @@ from __future__ import annotations
import flatbuffers
import numpy as np
import flatbuffers
import typing
from MyGame.Example.NestedStruct import NestedStruct, NestedStructT
from MyGame.Example.TestEnum import TestEnum