Skip to content

Commit

Permalink
Deleted ErrorBudgetPartition import
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-jones committed Jan 11, 2025
1 parent 82a0938 commit 5d66db9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-quantum/azure/quantum/target/microsoft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

"""Defines classes for interacting with Microsoft target"""

__all__ = ["ErrorBudgetPartition", "QECScheme", "QubitParams"]
__all__ = ["QECScheme", "QubitParams"]

from .target import ErrorBudgetPartition, QECScheme, QubitParams
from .target import QECScheme, QubitParams
6 changes: 5 additions & 1 deletion visualization/build/visualization-lib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ stages:
inputs:
version: "3.1.x"

# Temporary Workaround to keep the microsoft.visualization-pr PR check from failing:
# The remainder of this file has been deleted.
# Only the preceding "stub" has been kept so the PR check won't hang.
# Only the preceding "stub" has been kept so the PR check won't hang or fail.

# After the microsoft.visualization-pr pipeline is deactivated,
# delete the azure-quantum-python/visualization folder.

0 comments on commit 5d66db9

Please sign in to comment.