Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed Oct 19, 2022
1 parent d5f9a07 commit c8aa639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/model/rem_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
):
self.qpu = qpu
self.qubits = qubits
self.cm_gen_method = cm_gen_method.lower() if provider else provider
self.cm_gen_method = cm_gen_method.lower() if cm_gen_method else cm_gen_method
self.mitigation_method = mitigation_method.lower()
self.max_age = max_age
self.time_of_execution = time_of_execution
Expand Down

0 comments on commit c8aa639

Please sign in to comment.