Skip to content
Snippets Groups Projects
Commit fa49eab9 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

import Literal from typing

parent cd9f125f
No related branches found
No related tags found
1 merge request!834Bump typing extensions
Pipeline #205927 passed with stages
in 4 minutes and 51 seconds
......@@ -11,13 +11,12 @@ from __future__ import annotations
import functools
import inspect
import warnings
from typing import TYPE_CHECKING, Callable, Optional, Sequence, Tuple
from typing import TYPE_CHECKING, Callable, Literal, Optional, Sequence, Tuple
import numpy as np
import pandas as pd
from scipy.optimize import curve_fit
from scipy.spatial.distance import pdist
from typing_extensions import Literal
from saqc import BAD
from saqc.core import DictOfSeries, Flags, flagging, register
......
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