From 428c8def8ba10b4a512971115243b6993a3d940b Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 6 Nov 2023 10:40:24 +0000 Subject: Format code with new ruff rules --- bot/exts/utilities/githubinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/utilities/githubinfo.py') diff --git a/bot/exts/utilities/githubinfo.py b/bot/exts/utilities/githubinfo.py index 74120f2d..41b9415a 100644 --- a/bot/exts/utilities/githubinfo.py +++ b/bot/exts/utilities/githubinfo.py @@ -285,7 +285,7 @@ class GithubInfo(commands.Cog): embed.add_field(name="Gists", value=f"[{gists}](https://gist.github.com/{quote(username, safe='')})") embed.add_field( - name=f"Organization{'s' if len(orgs)!=1 else ''}", + name=f"Organization{'s' if len(orgs) != 1 else ''}", value=orgs_to_add if orgs else "No organizations." ) embed.add_field(name="Website", value=blog) -- cgit v1.2.3