Skip to content

Commit

Permalink
fix no bare exception
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Sep 29, 2024
1 parent 0a6d6ed commit 44d875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyriemann_qiskit/utils/quantum_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
try:
from qiskit_symb.quantum_info import Statevector
QISKIT_SYMB=True
except:
except ImportError:
QISKIT_SYMB=False


Expand Down

0 comments on commit 44d875a

Please sign in to comment.