Skip to content

Commit

Permalink
update outcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Aug 30, 2024
1 parent e245b8a commit 32387fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/timeseriesflattener/specs/outcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
validate_compatible_fallback_type_for_aggregator,
)

from .timestamp import TimestampValueFrame

if TYPE_CHECKING:
from collections.abc import Sequence

from ..aggregators import Aggregator
from .timestamp import TimestampValueFrame


@dataclass
Expand Down

0 comments on commit 32387fd

Please sign in to comment.