Skip to content

Commit

Permalink
Automated autopep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitbot committed Sep 7, 2023
1 parent dafcaa3 commit 77eed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanome/beta/nanome_sdk/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def set_presenter_info(self):
client = self.plugin_instance.client
presenter_info = await client.request_presenter_info()
# If client.deserialize_payloads is disabled, we need to manually
# deserialize the payload.
# deserialize the payload.
if not client.deserialize_payloads and isinstance(presenter_info, bytearray):
presenter_info = client._deserialize_payload(presenter_info)
self.org_id = presenter_info.org_id
Expand Down

0 comments on commit 77eed32

Please sign in to comment.