Skip to content

Commit cf49aa3

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent be9eb51 commit cf49aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/webhook/async_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ def __init__(
12221222
proxy_auth: aiohttp.BasicAuth | None = None,
12231223
token: str | None = None,
12241224
state=None,
1225-
parent: Interaction | None = None
1225+
parent: Interaction | None = None,
12261226
):
12271227
super().__init__(data, token, state)
12281228
self.session = session

0 commit comments

Comments
 (0)