From 82464419ced4bd99ba5d67da671a6c4296dbd50b Mon Sep 17 00:00:00 2001
From: Rapptz <rapptz@gmail.com>
Date: Sat, 5 Mar 2022 22:14:58 -0500
Subject: [PATCH] Fix black reformatting on guild file

Black seems to not properly run on 2nd commits on PRs so this slid
through.
---
 discord/guild.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/discord/guild.py b/discord/guild.py
index b589f6c5c..f1dca3bb7 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -263,9 +263,9 @@ class Guild(Hashable):
         .. versionadded:: 2.0
     approximate_presence_count: Optional[:class:`int`]
         The approximate number of members currently active in the guild.
-        Offline members are excluded. This is ``None`` unless the guild is obtained using 
+        Offline members are excluded. This is ``None`` unless the guild is obtained using
         :meth:`Client.fetch_guild` with ``with_counts=True``.
-    
+
         .. versionchanged:: 2.0
     """