Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
use qpy.load from terra (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Oct 16, 2023
1 parent 98dc9f4 commit 9e07cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/utils/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
)
from qiskit.result import Result
from qiskit.version import __version__ as _terra_version_string
from qiskit.qpy import load

from ..qpy import (
_write_parameter,
Expand All @@ -55,7 +56,6 @@
_read_parameter_expression_v3,
_read_parameter,
dump,
load,
)


Expand Down

0 comments on commit 9e07cff

Please sign in to comment.