Skip to content

Commit 355c5f0

Browse files
committed
Fix old import
1 parent fbaee56 commit 355c5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/ghpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
from .artists import RobotArtist
2929
from .path_planning import * # noqa: F401,F403
3030

31-
__all__ = ['RobotArtist', 'PathVisualizer']
31+
__all__ = ['RobotArtist']

0 commit comments

Comments
 (0)