Skip to content
Snippets Groups Projects
Commit 3af7874a authored by David Schäfer's avatar David Schäfer
Browse files

backwards compat

parent 06f6cd68
No related branches found
No related tags found
4 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2
Pipeline #119014 passed with stages
in 7 minutes and 1 second
......@@ -33,7 +33,7 @@ ArrayLike = TypeVar("ArrayLike", np.ndarray, pd.Series, pd.DataFrame)
PandasLike = Union[pd.Series, pd.DataFrame, DictOfSeries]
DiosLikeT = Union[DictOfSeries, pd.DataFrame]
ExternalFlag = str | float | int
ExternalFlag = Union[str, float, int]
# needed for deeper type hinting magic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment