From 613840ebcf303e84048d48ace37fb001c1afe687 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 6 May 2023 16:12:32 +0100 Subject: Apply fixes for ruff linting Co-authored-by: wookie184 Co-authored-by: Amrou Bellalouna --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/__init__.py') diff --git a/bot/__init__.py b/bot/__init__.py index 454e235e..9ae64c2e 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -1,6 +1,6 @@ try: from dotenv import load_dotenv - print("Found .env file, loading environment variables from it.") + print("Found .env file, loading environment variables from it.") # noqa: T201 load_dotenv(override=True) except ModuleNotFoundError: pass -- cgit v1.2.3