Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 21, 2023
1 parent f6f540f commit 9557607
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/compas_rhino/utilities/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
import sys
import ast

import System

import rhinoscriptsyntax as rs
import Rhino
import clr

clr.AddReference("Rhino.UI")
import Rhino.UI # noqa: E402
from Rhino.UI.Dialogs import ShowMessageBox # noqa: E402
from Rhino.UI.Dialogs import ShowPropertyListBox
from Rhino.UI.Dialogs import ShowPropertyListBox # noqa: E402


# ==============================================================================
Expand Down

0 comments on commit 9557607

Please sign in to comment.