We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54fc0c2 + 4cbdc06 commit fbaa874Copy full SHA for fbaa874
ipld/__init__.py
@@ -1,5 +1,5 @@
1
from ipld.ipld import LINK_TAG, LINK_SYMBOL, marshal, multihash, unmarshal
2
3
-__all_ = ['LINK_TAG', 'LINK_SYMBOL', 'marshal', 'multihash', 'unmarshal']
+__all__ = ['LINK_TAG', 'LINK_SYMBOL', 'marshal', 'multihash', 'unmarshal']
4
5
__version__ = '0.0.1'
0 commit comments