Skip to content

Commit

Permalink
Fix transpiler mypy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Randl committed Dec 31, 2023
1 parent 6a2329b commit e6bf4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit/transpiler/passes/layout/sabre_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

"""Layout selection using the SABRE bidirectional search approach from Li et al.
"""
from __future__ import annotations

import copy
import dataclasses
Expand Down

0 comments on commit e6bf4ee

Please sign in to comment.