Skip to content

Commit ae849b1

Browse files
committed
kick CI
1 parent db9d475 commit ae849b1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

python/libipld/_libipld.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def decode_dag_cbor(data: bytes) -> Any:
4646
data: Raw DAG-CBOR bytes
4747
4848
Returns:
49-
A Python object (dict, list, str, bytes, int, float, bool, or None)
49+
A Python object
5050
"""
5151

5252
def decode_dag_cbor_multi(data: bytes) -> list[Any]:
@@ -64,7 +64,6 @@ def encode_dag_cbor(data: Any) -> bytes:
6464
6565
Args:
6666
data: Any Python object that can be encoded to DAG-CBOR
67-
(dict, list, str, bytes, int, float, bool, or None)
6867
6968
Returns:
7069
Raw DAG-CBOR bytes
@@ -88,7 +87,6 @@ def encode_multibase(code: str, data: Any) -> str:
8887
Args:
8988
code: str (base code, e.g. 'u' for base58btc)
9089
data: Any Python object that can be converted to bytes
91-
(str, bytes, bytearray, or other objects that can be converted to bytes)
9290
9391
Returns:
9492
Multibase-encoded string

0 commit comments

Comments
 (0)