Skip to content

Commit aad90e1

Browse files
committed
import necessary after all
1 parent 8ea77f2 commit aad90e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from distutils.version import LooseVersion
3232

3333
import compas._os
34-
from compas._os import is_windows, is_linux, is_osx, is_mono, is_ironpython, is_rhino, is_blender
34+
from compas._os import is_windows, is_linux, is_osx, is_mono, is_ironpython, is_rhino, is_blender, is_grasshopper # noqa: F401
3535
from compas.data import json_dump, json_dumps, json_load, json_loads
3636

3737

src/compas_ghpython/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
@compas.plugins.plugin(category='install')
12-
def installable_rhino_packages(category='install'):
12+
def installable_rhino_packages():
1313
return ['compas_ghpython']
1414

1515

0 commit comments

Comments
 (0)