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

more typing fixes

parent 01a0f688
No related branches found
No related tags found
1 merge request!599Several fixes and refactorings to the interpolation methods
Pipeline #141936 failed with stages
in 3 minutes and 53 seconds
This commit is part of merge request !599. Comments created here will be created in the context of that merge request.
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
""" """
The module gathers all kinds of timeseries tranformations. The module gathers all kinds of timeseries tranformations.
""" """
from __future__ import annotations
import re import re
import sys import sys
from typing import Literal, Union from typing import Literal, Union
......
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