From 25f110b43936353ed09ae918759183364546f2eb Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Fri, 15 Nov 2024 14:40:27 +0100 Subject: [PATCH] FIX: missing import --- src/gh/components/DF_export_cloud_to_file/code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gh/components/DF_export_cloud_to_file/code.py b/src/gh/components/DF_export_cloud_to_file/code.py index 02b04967..54d429de 100644 --- a/src/gh/components/DF_export_cloud_to_file/code.py +++ b/src/gh/components/DF_export_cloud_to_file/code.py @@ -2,6 +2,7 @@ import System +import Rhino # noqa: F401 import Rhino.Geometry as rg from ghpythonlib.componentbase import executingcomponent as component