Skip to content

Commit 9462c79

Browse files
[autofix.ci] apply automated fixes
1 parent 7270fd1 commit 9462c79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
Please make yourself heard in https://github.com/mitmproxy/pdoc/issues/715 if you relied on the old behavior.
1313
([#748](https://github.com/mitmproxy/pdoc/pull/748), @mhils)
1414
- Improve mocking of `sys.stdin`, `sys.stdout`, and `sys.stderr` to fix runtime errors with some packages.
15+
([#751](https://github.com/mitmproxy/pdoc/pull/751), @mhils)
1516

1617
## 2024-09-11: pdoc 14.7.0
1718

test/test_extract.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@ def test_mock_sideeffects():
144144
"""https://github.com/mitmproxy/pdoc/issues/745"""
145145
with mock_some_common_side_effects():
146146
import sys
147-
sys.stdout.reconfigure(encoding='utf-8')
147+
148+
sys.stdout.reconfigure(encoding="utf-8")

0 commit comments

Comments
 (0)