From 9b34ac71ff40077b1983f06acf117cbaa77fa22a Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:13:02 +0000 Subject: [PATCH] Format Python code with psf/black push --- gpt3discord.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt3discord.py b/gpt3discord.py index 5e7956b..b42205c 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -13,8 +13,8 @@ if sys.platform == "win32": else: separator = "/" -print("The environment file is located at " + os.getcwd()+separator+".env") -load_dotenv(dotenv_path=os.getcwd()+separator+".env") +print("The environment file is located at " + os.getcwd() + separator + ".env") +load_dotenv(dotenv_path=os.getcwd() + separator + ".env") from cogs.draw_image_generation import DrawDallEService from cogs.gpt_3_commands_and_converser import GPT3ComCon