Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 18, 2023
1 parent 8bbfdd2 commit 11f13f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/compas/artists/descriptors/colordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@ def __set__(self, obj, value):
else:
colordict.clear()
colordict.default = value


6 changes: 3 additions & 3 deletions src/compas_ghpython/artists/robotmodelartist.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class RobotModelArtist(GHArtist, RobotModelArtist):
def __init__(self, model, **kwargs):
super(RobotModelArtist, self).__init__(model=model, **kwargs)

# again not really sure why this is here
def transform(self, native_mesh, transformation):
xtransform(native_mesh, transformation)
# # again not really sure why this is here
# def transform(self, native_mesh, transformation):
# xtransform(native_mesh, transformation)

# same here
# there is no reference to self...
Expand Down

0 comments on commit 11f13f5

Please sign in to comment.