Skip to content

Commit

Permalink
trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Dec 4, 2024
1 parent dab199c commit 1e4fbaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quemb/shared/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# We want the dtype to behave covariant, i.e. if a
# Vector[float] is allowed, then the more specific
# Vector[float64] should also be allowed.
#
# Also see here:
# https://stackoverflow.com/questions/61568462/what-does-typevara-b-covariant-true-mean
T_dtype_co = TypeVar("T_dtype_co", bound=np.generic, covariant=True)
Expand Down

0 comments on commit 1e4fbaf

Please sign in to comment.