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 1b64771 commit 1518001Copy full SHA for 1518001
tibber/types/subscription.py
@@ -1,15 +1,13 @@
1
from __future__ import annotations
2
3
"""A class representing the Subscription type from the GraphQL Tibber API."""
4
-from typing import TYPE_CHECKING
5
-from typing import Optional
+from typing import TYPE_CHECKING, Optional
6
7
from tibber.networking.query_builder import QueryBuilder
8
from tibber.types.legal_entity import LegalEntity
9
from tibber.types.price_info import PriceInfo
10
from tibber.types.price_rating import PriceRating
11
-from tibber.types.subscription_price_connection import \
12
- SubscriptionPriceConnection
+from tibber.types.subscription_price_connection import SubscriptionPriceConnection
13
14
# Import type checking modules
15
if TYPE_CHECKING:
0 commit comments