import numpy.typing in tests

This commit is contained in:
VKFisher 2022-03-22 10:36:58 +07:00
parent eb53f733c2
commit aa11b0bb82

View File

@ -5,6 +5,7 @@ import sys
if "pypy" not in sys.version.lower():
import numpy # noqa
from numpy import * # noqa
from numpy.typing import * # noqa
import scipy # noqa
from scipy import * # noqa