Skip to content

Commit 295c7ab

Browse files
committed
fix unused
1 parent 84e5d4f commit 295c7ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compas/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
is_rhino,
4242
is_blender,
4343
is_grasshopper,
44-
) # noqa: F401
44+
)
4545
from compas.data import json_dump, json_dumps, json_load, json_loads
4646

4747

@@ -152,6 +152,7 @@
152152
"is_ironpython",
153153
"is_rhino",
154154
"is_blender",
155+
"is_grasshopper",
155156
"set_precision",
156157
"get",
157158
"json_dump",

0 commit comments

Comments
 (0)