Skip to content

Commit 1085c6d

Browse files
committed
remove __all__
1 parent 544d6bc commit 1085c6d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/compas_blender/artists/pointartist.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
from compas_blender.artists import BlenderArtist
1313

1414

15-
__all__ = ["PointArtist"]
16-
17-
1815
class PointArtist(BlenderArtist, PrimitiveArtist):
1916
"""Artist for drawing points.
2017

src/compas_blender/artists/vectorartist.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
from compas.geometry import Vector
1414

1515

16-
__all__ = ['VectorArtist']
17-
18-
1916
class VectorArtist(BlenderArtist, PrimitiveArtist):
2017
"""Artist for drawing vectors.
2118

0 commit comments

Comments
 (0)