Skip to content

Commit 7aa1e54

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent a625fb4 commit 7aa1e54

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

discord/gateway.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,9 @@ async def identify(self):
421421
},
422422
"compress": True,
423423
"large_threshold": 250,
424-
"capabilities": self.capabilities if hasattr(self, "capabilities") else 0,
424+
"capabilities": (
425+
self.capabilities if hasattr(self, "capabilities") else 0
426+
),
425427
},
426428
}
427429

0 commit comments

Comments
 (0)