From 07a43fe252f8742d6aa2e1256c8bb4a4680b9eae Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Wed, 20 Dec 2023 08:08:36 -0500 Subject: [PATCH] blacked --- bbot/core/configurator/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bbot/core/configurator/__init__.py b/bbot/core/configurator/__init__.py index 6bf93d75d3..15962ce59f 100644 --- a/bbot/core/configurator/__init__.py +++ b/bbot/core/configurator/__init__.py @@ -66,8 +66,10 @@ def ensure_config_files(): secrets_strings = ["api_key", "username", "password", "token", "secret", "_id"] exclude_keys = ["modules", "output_modules", "internal_modules"] - comment_notice = "# NOTICE: THESE ENTRIES ARE COMMENTED BY DEFAULT\n" + \ - "# Please be sure to uncomment when inserting API keys, etc.\n" + comment_notice = ( + "# NOTICE: THESE ENTRIES ARE COMMENTED BY DEFAULT\n" + + "# Please be sure to uncomment when inserting API keys, etc.\n" + ) # ensure bbot.yml if not files.config_filename.exists():