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 8a078e5 commit 67a5187Copy full SHA for 67a5187
tibber/types/subscription_price_connection.py
@@ -4,10 +4,12 @@
4
from typing import TYPE_CHECKING
5
6
from tibber.types.price import Price
7
-from tibber.types.subscription_price_connection_page_info import \
8
- SubscriptionPriceConnectionPageInfo
9
from tibber.types.subscription_price_edge import SubscriptionPriceEdge
10
+from tibber.types.subscription_price_connection_page_info import ( # isort:skip
+ SubscriptionPriceConnectionPageInfo,
11
+)
12
+
13
if TYPE_CHECKING:
14
from tibber.account import Account
15
0 commit comments