Skip to content

Commit

Permalink
black again?
Browse files Browse the repository at this point in the history
  • Loading branch information
albi3ro committed Nov 28, 2024
1 parent 4d9dc88 commit 6c483be
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pennylane_lightning/core/lightning_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@
import jax
from pennylane.capture import disable, enable
from pennylane.capture.base_interpreter import PlxprInterpreter
from pennylane.capture.primitives import (adjoint_transform_prim, cond_prim,
ctrl_transform_prim, for_loop_prim,
measure_prim, while_loop_prim)
from pennylane.capture.primitives import (

Check warning on line 22 in pennylane_lightning/core/lightning_interpreter.py

View check run for this annotation

Codecov / codecov/patch

pennylane_lightning/core/lightning_interpreter.py#L19-L22

Added lines #L19 - L22 were not covered by tests
adjoint_transform_prim,
cond_prim,
ctrl_transform_prim,
for_loop_prim,
measure_prim,
while_loop_prim,
)
from pennylane.measurements import MidMeasureMP, Shots

Check warning on line 30 in pennylane_lightning/core/lightning_interpreter.py

View check run for this annotation

Codecov / codecov/patch

pennylane_lightning/core/lightning_interpreter.py#L30

Added line #L30 was not covered by tests

from ._measurements_base import LightningBaseMeasurements
Expand Down

0 comments on commit 6c483be

Please sign in to comment.