Skip to content

Commit 610c804

Browse files
committed
well you see officer, the docs don't compile
1 parent 1e5a375 commit 610c804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/pubsub/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async def _process_auth_fail(self, nonce: str, node: PubSubWebsocket) -> None:
103103
except Exception as e:
104104
logger.error("Error occurred while calling auth_fail_hook.", exc_info=e)
105105

106-
async def auth_fail_hook(self, topics: list[Topic]):
106+
async def auth_fail_hook(self, topics: List[Topic]):
107107
"""
108108
This is a hook that can be overridden in a subclass.
109109

0 commit comments

Comments
 (0)