Skip to content

Commit

Permalink
fix: rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Jun 3, 2024
1 parent 5f03f09 commit fc3a043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models_variational.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from qibo import gates, hamiltonians, models
from qibo.models.utils import cvar, gibbs
from qibo.quantum_info import fidelity, random_statevector
from qibo.quantum_info import random_statevector

REGRESSION_FOLDER = pathlib.Path(__file__).with_name("regressions")

Expand Down

0 comments on commit fc3a043

Please sign in to comment.