Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions qnexus/client/backend_snapshots.py

This file was deleted.

12 changes: 2 additions & 10 deletions qnexus/client/hugr.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
"""Client API for HUGR in Nexus.

N.B. Nexus support for HUGR is experimental, and any HUGRs programs
uploaded to Nexus before stability is achieved might not work in the future.
"""
"""Client API for HUGR in Nexus."""

import base64
from datetime import datetime
Expand Down Expand Up @@ -176,11 +172,7 @@ def upload(
description: str | None = None,
properties: PropertiesDict | None = None,
) -> HUGRRef:
"""Upload a HUGR to Nexus.

N.B. HUGR support in Nexus is subject to change. Until full support is achieved any
programs uploaded may not work in the future.
"""
"""Upload a HUGR to Nexus."""
project = project or get_active_project(project_required=True)
project = cast(ProjectRef, project)

Expand Down
19 changes: 0 additions & 19 deletions qnexus/client/results.py

This file was deleted.