Skip to content

Commit

Permalink
Fix type-hint resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Jul 18, 2023
1 parent 919a42e commit 55db180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/python/dagcircuit/test_dagcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

"""Test for the DAGCircuit object"""

from __future__ import annotations

from collections import Counter
import unittest

Expand Down

0 comments on commit 55db180

Please sign in to comment.