From 905cc0430ae288907909fc730f7adb00e55ad795 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Oct 2024 16:47:15 -0400 Subject: [PATCH] blacked --- bbot/test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/test/conftest.py b/bbot/test/conftest.py index 7759a4964a..dab778ea49 100644 --- a/bbot/test/conftest.py +++ b/bbot/test/conftest.py @@ -50,7 +50,7 @@ def assert_all_responses_were_requested() -> bool: @pytest.fixture(autouse=True) def silence_live_logging(): for handler in logging.getLogger().handlers: - if type(handler).__name__ == '_LiveLoggingStreamHandler': + if type(handler).__name__ == "_LiveLoggingStreamHandler": handler.setLevel(logging.CRITICAL)