Skip to content

Commit 83be0e6

Browse files
lint
1 parent a82878f commit 83be0e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cirq-core/cirq/transformers/pauli_insertion.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from __future__ import annotations
1818

1919
import inspect
20-
from typing import TYPE_CHECKING
2120

2221
import numpy as np
2322

@@ -58,7 +57,7 @@ def __init__(
5857
target: ops.Gate | ops.GateFamily | ops.Gateset | type[ops.Gate | ops.Operation],
5958
probabilities: np.ndarray | None = None,
6059
):
61-
"""Creates a pauli insertion transformer that samples 2Q paulis with the given probabilities.
60+
"""Makes a pauli insertion transformer that samples 2Q paulis with the given probabilities.
6261
6362
Args:
6463
target: The target gate, gatefamily, gateset, or type (e.g. PauliSumExponential).

0 commit comments

Comments
 (0)