Skip to content

Commit

Permalink
missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuarezr committed Mar 4, 2024
1 parent 07d1c38 commit 41ddaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutip/tests/solver/heom/test_bofin_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scipy.integrate import quad

from qutip import (
basis, destroy, expect, liouvillian, qeye, sigmax, sigmaz, sigmay
basis, destroy, expect, liouvillian, qeye, sigmax, sigmaz, sigmay,
tensor, Qobj, QobjEvo, fidelity, fdestroy
)
from qutip.core import data as _data
Expand Down

0 comments on commit 41ddaba

Please sign in to comment.