Skip to content

Commit

Permalink
Fix python version compat signature (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored Sep 30, 2024
1 parent f342894 commit f3071dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/qsharp/interop/qiskit/jobs/qsjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

logger = logging.getLogger(__name__)

RunInputCallable = Callable[[QuantumCircuit, str, *Dict[str, Any]], Result]
RunInputCallable = Callable[[QuantumCircuit, str, Dict[str, Any]], Result]


class QsJob(JobV1, ABC):
Expand Down

0 comments on commit f3071dc

Please sign in to comment.