Skip to content

Commit

Permalink
FIX: got rid of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Feb 8, 2024
1 parent af8b2dc commit 2dae1a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions GH/PyGH/components/scriptsynccpy/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
import queue
import json

# note that these import if used with "as" needs to be imported in the code
import Rhino as r
import Rhino.Geometry as rg
import scriptcontext as sc
import rhinoscriptsyntax as rs


class GHThread(threading.Thread, metaclass=abc.ABCMeta):
"""
Expand Down

0 comments on commit 2dae1a0

Please sign in to comment.