diff --git a/pyquil/paulis.py b/pyquil/paulis.py index 821d24990..e43dffa90 100644 --- a/pyquil/paulis.py +++ b/pyquil/paulis.py @@ -224,7 +224,7 @@ def __eq__(self, other: object) -> bool: return other == self else: return self.operations_as_set() == other.operations_as_set() and np.allclose( - self.coefficient, other.coefficient # type: ignore + self.coefficient, other.coefficient ) def __hash__(self) -> int: