Skip to content

Commit ea0ebb4

Browse files
committed
🎨 Format code
1 parent 3062394 commit ea0ebb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,6 @@ async def on_connect() -> None:
225225

226226
type Bot = CustomBot | CustomRestBot
227227

228-
Context: TypeAlias = ExtContext | ApplicationContext # noqa: UP040
228+
Context: TypeAlias = ExtContext | ApplicationContext # noqa: UP040
229229

230230
__all__ = ["ApplicationContext", "Bot", "Context", "CustomBot", "CustomRestBot", "ExtContext"]

0 commit comments

Comments
 (0)