Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rauletorresc committed Jan 21, 2025
1 parent 48a3f64 commit 8d895a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/catalyst/from_plxpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
This submodule defines a utility for converting plxpr into Catalyst jaxpr.
"""
# pylint: disable=protected-access
from copy import copy
from functools import partial
from typing import Callable

Expand All @@ -24,7 +23,6 @@
import pennylane as qml
from jax.extend.linear_util import wrap_init
from pennylane.capture import PlxprInterpreter, disable, enable, enabled, qnode_prim
from pennylane.capture.base_interpreter import jaxpr_to_jaxpr
from pennylane.capture.primitives import cond_prim

from catalyst.device import (
Expand Down

0 comments on commit 8d895a8

Please sign in to comment.