Skip to content

Commit 648ec4e

Browse files
committed
formatting fix
1 parent 07fa66a commit 648ec4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeocean/computation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def attach_data_assets(
339339
f"computations/{computation_id}/data_assets",
340340
json=[j.to_dict() for j in attach_params],
341341
)
342-
return [DataAssetAttachResults.from_dict(c) for c in res.json()]
342+
return [DataAssetAttachResults.from_dict(c) for c in res.json()]
343343

344344
def detach_data_assets(self, computation_id: str, data_assets: list[str]):
345345
"""Detach one or more data assets from a cloud workstation session computation by their IDs."""

0 commit comments

Comments
 (0)