Skip to content

Commit

Permalink
fix docstr import
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Dec 10, 2024
1 parent 42b5c3d commit fbebe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/_api/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def upload_content_bytes(
...or by using instance_id:
>>> from cognite.client.data_classes import NodeId
>>> from cognite.client.data_classes.data_modeling import NodeId
>>> res = client.files.upload_content_bytes(
... b"some content", instance_id=NodeId("my-space", "my_file_xid"))
"""
Expand Down

0 comments on commit fbebe92

Please sign in to comment.