Skip to content

Commit 5545833

Browse files
committed
Run black formatter on test_logging.py
1 parent d17e771 commit 5545833

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_logging.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ def test_emoji_logging_with_cp1252_encoding(capsys, caplog):
124124
# Create a stream with cp1252 encoding (simulating Windows console)
125125
# Use errors='strict' to ensure it raises on unencodable characters
126126
stream = io.TextIOWrapper(
127-
io.BytesIO(),
128-
encoding='cp1252',
129-
errors='strict',
130-
line_buffering=True
127+
io.BytesIO(), encoding="cp1252", errors="strict", line_buffering=True
131128
)
132129

133130
# Set up handler with the cp1252 stream

0 commit comments

Comments
 (0)