Skip to content

Commit

Permalink
minor import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Jan 24, 2024
1 parent 25f1c93 commit 4cd7626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion covalent/_shared_files/qresult_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from pennylane.tape import QuantumTape

from .._workflow.qdevice import QEDevice
from .utils import get_original_shots
from .qelectron_utils import get_original_shots


def re_execute(
Expand Down
2 changes: 1 addition & 1 deletion covalent/_workflow/qnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

from .._results_manager.qresult import QNodeFutureResult
from .._shared_files import logger
from .._shared_files.qelectron_utils import get_original_shots
from .._shared_files.qinfo import QElectronInfo, QNodeSpecs
from .._shared_files.qresult_utils import re_execute
from .._shared_files.utils import get_original_shots
from ..executor.qbase import BaseQExecutor
from .qdevice import QEDevice

Expand Down
2 changes: 1 addition & 1 deletion tests/qelectron_tests/pennylane_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import pytest

import covalent as ct
from covalent._shared_files.utils import get_original_shots
from covalent._shared_files.qelectron_utils import get_original_shots
from covalent.quantum.qcluster.simulator import SIMULATOR_DEVICES

SKIP_RETURN_TYPES = ["qml.apply", "qml.vn_entropy", "qml.mutual_info"]
Expand Down

0 comments on commit 4cd7626

Please sign in to comment.