Skip to content

Commit 7335ef5

Browse files
committed
Fix linting issue in python sdk test
1 parent 665adb8 commit 7335ef5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-sdk/tests/basic_test.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ async def test_basic_upload_download():
9494
await client.groups.by_group_id("default")
9595
.artifacts.by_artifact_id(meta_data.artifact_id)
9696
.versions.by_version_expression("branch=latest")
97-
.content
98-
.get()
97+
.content.get()
9998
)
10099
print(str(return_artifact, "utf-8"))
101100
assert json.loads(return_artifact) == json.loads(payload.content)

0 commit comments

Comments
 (0)