Skip to content

Commit 827a59c

Browse files
Remove unused import
1 parent b1936e6 commit 827a59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-core/cirq/ops/permutation_gate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import Any, Dict, Iterable, Sequence, Tuple, TYPE_CHECKING
15+
from typing import Any, Dict, Sequence, Tuple, TYPE_CHECKING
1616

1717
from cirq import protocols, value
1818
from cirq.ops import raw_types, swap_gates

0 commit comments

Comments
 (0)