bpy._typing -> bpy.stub_internal

https://github.com/nutti/fake-bpy-module/issues/362
This commit is contained in:
Andrej
2025-06-04 11:01:48 +05:00
parent adf8a1f4e0
commit 2da183bfa6
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ from typing import TYPE_CHECKING
from bonsai.tool.blender import Blender as subject
if TYPE_CHECKING:
import bpy._typing.rna_enums as rna_enums
import bpy.stub_internal.rna_enums as rna_enums
class TestImplementsTool(NewFile):