This commit is contained in:
sneakers-the-rat 2024-09-23 23:33:20 -07:00
parent 46020b16d2
commit e334232ac4
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -3,6 +3,7 @@ Helper functions for validation of dtype.
For literal dtypes intended for use by end-users, see :mod:`numpydantic.dtype` For literal dtypes intended for use by end-users, see :mod:`numpydantic.dtype`
""" """
import sys import sys
from typing import Any, Union, get_args, get_origin from typing import Any, Union, get_args, get_origin