Skip to content

Commit a3cc0af

Browse files
committed
lint
1 parent f2ff76c commit a3cc0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compas_ghpython/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,12 @@ def get_grasshopper_userobjects_path(version):
8888
"""Retrieve Grasshopper's user objects path"""
8989
return _get_grasshopper_special_folder(version, 'UserObjects')
9090

91+
9192
# =============================================================================
9293
# GH_IO Dll
9394
# =============================================================================
9495

96+
9597
def fetch_ghio_lib(target_folder='temp'):
9698
"""Fetch the GH_IO.dll library from the NuGet packaging system."""
9799
ghio_dll = 'GH_IO.dll'

0 commit comments

Comments
 (0)