Skip to content

Commit

Permalink
reformat to conform with style
Browse files Browse the repository at this point in the history
  • Loading branch information
Boro Sofranac committed Mar 15, 2024
1 parent ff8dc18 commit 7dbdf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_optimization/problems/quadratic_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _coeffs_to_dok_matrix(

# Check if the python version is at least 3.9.
# See pull request #594 for more details why we do this check.
new_update_rule = sys.version_info >= (3,9)
new_update_rule = sys.version_info >= (3, 9)

n = self.quadratic_program.get_num_vars()
coeffs = dok_matrix((n, n))
Expand Down

0 comments on commit 7dbdf42

Please sign in to comment.