Skip to content

Commit

Permalink
fix: rename priceInfo to price_info
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatsuDev committed Jan 6, 2025
1 parent 1444df3 commit c2d345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tibber/types/subscription_price_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def edges(self) -> list[SubscriptionPriceEdge]:
]

@property
def pageInfo(self) -> SubscriptionPriceConnectionPageInfo:
def page_info(self) -> SubscriptionPriceConnectionPageInfo:
return SubscriptionPriceConnectionPageInfo(
self.cache.get("pageInfo"), self.tibber_client
)
Expand Down

0 comments on commit c2d345d

Please sign in to comment.