Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun-Kumar07 committed Jun 1, 2024
1 parent c5788da commit 574145c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tests/ops/functions/test_equal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
Tests are divided by number of parameters and wires different operators take.
"""
import itertools

import re
# pylint: disable=too-many-arguments, too-many-public-methods
from copy import deepcopy
import re

import numpy as np
import pytest
Expand All @@ -30,11 +29,8 @@
from pennylane.measurements.probs import ProbabilityMP
from pennylane.operation import Operator
from pennylane.ops.functions.equal import (
BASE_OPERATION_MISMATCH_ERROR_MESSAGE,
OPERANDS_MISMATCH_ERROR_MESSAGE,
_equal,
assert_equal,
)
BASE_OPERATION_MISMATCH_ERROR_MESSAGE, OPERANDS_MISMATCH_ERROR_MESSAGE,
_equal, assert_equal)
from pennylane.ops.op_math import Controlled, SymbolicOp
from pennylane.templates.subroutines import ControlledSequence

Expand Down

0 comments on commit 574145c

Please sign in to comment.