Skip to content

Commit

Permalink
fix: Self import
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Dec 12, 2024
1 parent 0099f3c commit a61fc32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/python/qcs_sdk/qpu/experimental.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Dict, List, Optional, Self, Tuple, final
from typing import Dict, List, Optional, Tuple, final
from typing_extensions import Self

import numpy as np
from numpy.typing import NDArray
Expand Down

0 comments on commit a61fc32

Please sign in to comment.