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

cleanups

parent 991c6b48
No related branches found
No related tags found
2 merge requests!591Test b,!579Translation cleanups
Pipeline #131001 failed with stages
in 1 minute and 4 seconds
This commit is part of merge request !579. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,7 @@
from __future__ import annotations
from typing import DefaultDict, Dict, Iterable, Mapping, Optional, Tuple, Type, Union
from typing import DefaultDict, Dict, Iterable, Mapping, Tuple, Type, Union
import numpy as np
import pandas as pd
......
......@@ -17,7 +17,7 @@ import pandas as pd
from dios import DictOfSeries
from saqc.constants import BAD, FILTER_ALL, GOOD, UNFLAGGED
from saqc.core.flags import Flags
from saqc.lib.types import ExternalFlag, PandasLike
from saqc.lib.types import ExternalFlag
ForwardMap = Dict[ExternalFlag, float]
BackwardMap = Dict[float, ExternalFlag]
......
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