Add missing imports due to rebase

This commit is contained in:
Chaser Huang
2024-11-06 20:38:56 -05:00
committed by Yeicor
parent b4d557534d
commit 383586c5a4

View File

@@ -14,7 +14,7 @@ from typing import Optional, Dict, Union, Callable, List, Tuple
from OCP.TopLoc import TopLoc_Location from OCP.TopLoc import TopLoc_Location
from OCP.TopoDS import TopoDS_Shape from OCP.TopoDS import TopoDS_Shape
# noinspection PyProtectedMember # noinspection PyProtectedMember
from build123d import Shape, Axis, Location, Vector from build123d import Shape, Axis, Location, Vector, Color
from dataclasses_json import dataclass_json from dataclasses_json import dataclass_json
from yacv_server.cad import _hashcode, ColorTuple, get_color from yacv_server.cad import _hashcode, ColorTuple, get_color