Skip to content

Commit

Permalink
remove pragma: no cover statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 27, 2024
1 parent 17cb347 commit 17a45ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glass/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import numpy as np

if TYPE_CHECKING:
from numpy.typing import ArrayLike, NDArray # pragma: no cover
from numpy.typing import ArrayLike, NDArray


def triaxial_axis_ratio(zeta, xi, size=None, *, rng=None):
Expand Down

0 comments on commit 17a45ce

Please sign in to comment.