Skip to content

Commit 9be3165

Browse files
author
Oliver Scott
committed
Add supress_rdlogger to utils __init__.py
1 parent ab183e5 commit 9be3165

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scaffoldgraph/utils/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
from .misc import canonize_smiles, summary
66
from .aggregate import aggregate
7+
from .logging import supress_rdlogger
78

89
__all__ = [
910
'canonize_smiles',
1011
'aggregate',
11-
'summary'
12+
'summary',
13+
'supress_rdlogger',
1214
]

0 commit comments

Comments
 (0)