mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-03 03:43:29 +03:00
import numpy.typing in tests
This commit is contained in:
parent
eb53f733c2
commit
aa11b0bb82
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user