From c6d32b8e10304cd2af36505a678c86c785675ff4 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 30 Dec 2022 22:53:15 +0000 Subject: [PATCH] Format Python code with psf/black push --- gpt3discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt3discord.py b/gpt3discord.py index be3e9e4..45a4d37 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -96,4 +96,4 @@ def init(): if __name__ == "__main__": - sys.exit(init()) \ No newline at end of file + sys.exit(init())