Skip to content

Commit 421d454

Browse files
committed
Fix missing Literal import
1 parent 64865c5 commit 421d454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bonsai/bonsai/bim/module/model/decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from typing import Union
3636
from bonsai.bim.module.drawing.helper import format_distance
3737
from itertools import chain
38-
from typing import Union, Any
38+
from typing import Union, Any, Literal
3939
from bpy_extras.view3d_utils import location_3d_to_region_2d
4040

4141

0 commit comments

Comments
 (0)