Skip to content

Commit 95a319b

Browse files
committed
Linting
1 parent fd41a56 commit 95a319b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhilo/graphql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ async def subscribe_to_device_updated(
563563
access_token = await self._get_access_token()
564564
transport = WebsocketsTransport(
565565
url=f"wss://platform.hiloenergie.com/api/digital-twin/v3/graphql?access_token={access_token}",
566-
ssl=ssl_context
566+
ssl=ssl_context,
567567
)
568568
client = Client(transport=transport, fetch_schema_from_transport=True)
569569
query = gql(self.SUBSCRIPTION_DEVICE_UPDATED)

0 commit comments

Comments
 (0)