mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix deprecated typing symbols
This commit is contained in:
@@ -132,7 +132,8 @@ __all__ = [
|
||||
"ExtrusionWidget",
|
||||
]
|
||||
|
||||
from typing import Any, Callable, Iterator, Literal, Protocol, runtime_checkable, get_args
|
||||
from typing import Any, Literal, Protocol, runtime_checkable, get_args
|
||||
from collections.abc import Callable, Iterator
|
||||
from enum import Enum
|
||||
|
||||
import blf
|
||||
|
||||
@@ -29,7 +29,8 @@ from bonsai.bim.module.model.decorator import WallAxisDecorator, SlabDirectionDe
|
||||
from bonsai.bim.module.model.door import update_door_modifier_bmesh
|
||||
from bonsai.bim.module.model.window import update_window_modifier_bmesh
|
||||
from bonsai.bim.module.drawing.decoration import CutDecorator
|
||||
from typing import TYPE_CHECKING, Literal, get_args, Union, Any, Optional, Callable
|
||||
from typing import TYPE_CHECKING, Literal, get_args, Union, Any, Optional
|
||||
from collections.abc import Callable
|
||||
from mathutils import Vector
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user