We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95b8e9 commit e727625Copy full SHA for e727625
tests/helpers.py
@@ -50,7 +50,7 @@ def run_command(cmd: str) -> tuple[int, str]:
50
encoding = os.device_encoding(1) or (
51
locale.getpreferredencoding()
52
if sys.version_info < (3, 11)
53
- else locale.getencoding() # type: ignore
+ else locale.getencoding()
54
)
55
56
# In some strange cases (PyPy3 in a virtualenv!?) the stdout encoding of
0 commit comments