Skip to content

Commit

Permalink
fix: ignoring cov
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Oct 28, 2024
1 parent 2f7d9c2 commit 3dc291e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qiboml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from qiboml.models import keras

ndarray = Union[ndarray, tf_tensor]
except ImportError:
except ImportError: # pragma: no cover
pass

try:
Expand All @@ -24,5 +24,5 @@
from qiboml.models import pytorch

ndarray = Union[ndarray, pt_tensor]
except ImportError:
except ImportError: # pragma: no cover
pass

0 comments on commit 3dc291e

Please sign in to comment.