Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Jan 21, 2024
1 parent a88eff3 commit 3befd03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion galaxykit/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ def upload_test_collection(
"""
Uploads a test collection generated with orionutils
"""
artifact = create_test_collection(namespace or client.username, collection_name, version, tags)
artifact = create_test_collection(
namespace or client.username, collection_name, version, tags
)
return upload_and_wait(client, artifact, path)


Expand All @@ -113,6 +115,7 @@ def upload_and_wait(
"published": artifact.published,
}


def upload_artifact(
client,
artifact,
Expand Down

0 comments on commit 3befd03

Please sign in to comment.