Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
#1029 accidentally removed `Program` from being importable at this level, when it is still in its deprecation period.

This PR re-adds that module as importable from the `core` package until its deprecation period is over.
  • Loading branch information
caleb-johnson authored Nov 1, 2023
1 parent 167e33d commit c1a3c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/quantum_serverless/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
)
from .pattern import (
QiskitPattern,
Program,
ProgramStorage,
ProgramRepository,
download_and_unpack_artifact,
Expand Down

0 comments on commit c1a3c53

Please sign in to comment.