Skip to content

Commit bcc5837

Browse files
author
Oliver Scott
committed
Add method for removing embedded images to utils __init__.py.
1 parent d886223 commit bcc5837

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scaffoldgraph/vis/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
scaffoldgraph.vis
33
"""
44

5-
from .utils import embed_node_mol_images
5+
from .utils import embed_node_mol_images, remove_node_mol_images
66

77
__all__ = [
8-
'embed_node_mol_images'
8+
'embed_node_mol_images',
9+
'remove_node_mol_images',
910
]

0 commit comments

Comments
 (0)