Skip to content

Commit

Permalink
well you see officer, the docs don't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Mar 19, 2023
1 parent 1e5a375 commit 610c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/ext/pubsub/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async def _process_auth_fail(self, nonce: str, node: PubSubWebsocket) -> None:
except Exception as e:
logger.error("Error occurred while calling auth_fail_hook.", exc_info=e)

async def auth_fail_hook(self, topics: list[Topic]):
async def auth_fail_hook(self, topics: List[Topic]):
"""
This is a hook that can be overridden in a subclass.
Expand Down

0 comments on commit 610c804

Please sign in to comment.