Skip to content
Snippets Groups Projects
Commit fbc2abe9 authored by Felix Fischer's avatar Felix Fischer :shrimp:
Browse files

Added the type 'Any

'
parent 5406404b
No related branches found
No related tags found
1 merge request!56Fix type
Pipeline #1377831 passed
......@@ -3,7 +3,7 @@
Stub-files for scipy.signal. This module contains the type-annotations for
scipy's library for fourier-transformations and signal analysis.
"""
from typing import Tuple, Optional, Union, overload, TypeVar
from typing import Tuple, Optional, Union, overload, TypeVar, Any
from scientific_plots.types_ import Vector, Matrix, Tensor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment