Skip to content

Commit be6a6fd

Browse files
committed
Update series.py
1 parent c7e80ff commit be6a6fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎src/rtbnext/resource/series.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class TimePoint( TypedDict ):
2626

2727
class AggregateValue( TypedDict ):
2828
"""Numeric aggregate values."""
29+
2930
first: float
3031
last: float
3132
min: float
@@ -36,6 +37,7 @@ class AggregateValue( TypedDict ):
3637

3738
class AggregateRange( TypedDict ):
3839
"""Date range of an aggregate."""
40+
3941
from_: str
4042
to: str
4143

0 commit comments

Comments
 (0)