We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf5531 commit 36706c5Copy full SHA for 36706c5
tibber/types/subscription.py
@@ -83,7 +83,7 @@ def fetch_price_info_range(
83
before: Optional[str] = None,
84
after: Optional[str] = None,
85
home_id: Optional[str] = None,
86
- ) -> PriceInfo:
+ ) -> SubscriptionPriceConnection:
87
"""Fetch PriceInfo for a given range.
88
89
The before and after arguments are Base64 encoded ISO 8601 datetimes."""
0 commit comments