mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 04:13:13 +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():
|
if "pypy" not in sys.version.lower():
|
||||||
import numpy # noqa
|
import numpy # noqa
|
||||||
from numpy import * # noqa
|
from numpy import * # noqa
|
||||||
|
from numpy.typing import * # noqa
|
||||||
|
|
||||||
import scipy # noqa
|
import scipy # noqa
|
||||||
from scipy import * # noqa
|
from scipy import * # noqa
|
||||||
|
|
Loading…
Reference in New Issue
Block a user