Skip to content

Commit ab46dc0

Browse files
authored
Fix typing hint (#2125)
1 parent 598fbe3 commit ab46dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip/qsharp/_qsharp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def circuit(
646646

647647

648648
def estimate(
649-
entry_expr: Union[str | Callable],
649+
entry_expr: Union[str, Callable],
650650
params: Optional[Union[Dict[str, Any], List, EstimatorParams]] = None,
651651
*args,
652652
) -> EstimatorResult:

0 commit comments

Comments
 (0)