Skip to content

Commit

Permalink
Adapt routes
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikVoigt committed Nov 3, 2023
1 parent 83153d0 commit f290030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def execute_circuit():
credentials['group'] = input_params['group']
if 'project' in input_params:
credentials['project'] = input_params['project']
backend = ibmq_handler.get_qpu(token, qpu_name, **credentials)
elif provider == 'aws':
if 'region' in input_params:
credentials['region'] = input_params['region']
Expand Down

0 comments on commit f290030

Please sign in to comment.