diff --git a/cirq-core/cirq/ops/boolean_hamiltonian.py b/cirq-core/cirq/ops/boolean_hamiltonian.py index 4967568c933..d892a87485b 100644 --- a/cirq-core/cirq/ops/boolean_hamiltonian.py +++ b/cirq-core/cirq/ops/boolean_hamiltonian.py @@ -76,7 +76,6 @@ def _value_equality_values_(self) -> Any: def _json_dict_(self) -> Dict[str, Any]: return { - 'cirq_type': self.__class__.__name__, 'parameter_names': self._parameter_names, 'boolean_strs': self._boolean_strs, 'theta': self._theta,