Skip to content

Commit 067fa3e

Browse files
committed
fixing docs
1 parent 88b5b0a commit 067fa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def run_async(
107107
kwargs: dict[str, Any] | None = None,
108108
*,
109109
shots: int = 1,
110-
) -> BatchFuture[list[RetType]]:
110+
) -> BatchFuture[RetType]:
111111
"""Runs the kernel asynchronously and returns a Future object.
112112
113113
Args:

0 commit comments

Comments
 (0)