Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2024
1 parent d348d96 commit 905cc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 905cc04

Please sign in to comment.