Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Jan 18, 2024
1 parent 47a46bc commit 4702925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qiskit/qpy/binary_io/circuits.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ def _write_instruction(file_obj, instruction, custom_operations, index_map, use_
gate_class_name = instruction.operation.__class__.__name__

custom_operations_list = []

if (
(
not hasattr(library, gate_class_name)
Expand Down

0 comments on commit 4702925

Please sign in to comment.