diff --git a/twitchio/events.pyi b/twitchio/events.pyi
index 4c7e3e4f..6ed84c4f 100644
--- a/twitchio/events.pyi
+++ b/twitchio/events.pyi
@@ -2,6 +2,7 @@ from typing import TYPE_CHECKING
 
 if TYPE_CHECKING:
     import twitchio
+
     from .authentication import UserTokenPayload
 
 async def event_oauth_authorized(payload: UserTokenPayload) -> None: