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

cleanup the global imports

parent dd1d600a
No related branches found
No related tags found
2 merge requests!370Release 2.0,!361cleanup the global imports
Pipeline #53384 passed with stage
in 1 minute and 33 seconds
......@@ -11,15 +11,9 @@ from saqc.constants import (
DOUBTFUL,
BAD,
)
from saqc.core import (
register,
flagging,
processing,
Flags,
FloatScheme,
DmpScheme,
PositionalScheme,
SimpleScheme,
SaQC,
fromConfig,
)
......@@ -8,9 +8,10 @@ __all__ = [
"FreqString",
"CurveFitter",
"ExternalFlag",
"OptionalNone",
]
from typing import Any, Callable, TypeVar, Union, Dict
from typing import Any, TypeVar, Union, Dict
from typing_extensions import Protocol, Literal
import numpy as np
import pandas as pd
......
......@@ -6,8 +6,7 @@ import numpy as np
import pandas as pd
import saqc
from saqc.core import initFlagsLike
from saqc import SaQC, register
from saqc.core import initFlagsLike, SaQC, register
from saqc.core.flags import Flags
from saqc.core.register import processing
......
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