Skip to content

Commit f49f580

Browse files
authored
Fix indirect imports (#1204)
1 parent 917d918 commit f49f580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cadquery/cq_directive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
import traceback
77

8+
from json import dumps
89
from pathlib import Path
910
from uuid import uuid1 as uuid
1011
from textwrap import indent
1112

1213
from cadquery import exporters, Assembly, Compound, Color, Sketch
1314
from cadquery import cqgi
15+
from cadquery.occ_impl.assembly import toJSON
1416
from cadquery.occ_impl.jupyter_tools import (
15-
toJSON,
16-
dumps,
1717
TEMPLATE_RENDER,
1818
DEFAULT_COLOR,
1919
)

0 commit comments

Comments
 (0)