Skip to content

Commit e727625

Browse files
authored
Update tests/helpers.py
1 parent f95b8e9 commit e727625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_command(cmd: str) -> tuple[int, str]:
5050
encoding = os.device_encoding(1) or (
5151
locale.getpreferredencoding()
5252
if sys.version_info < (3, 11)
53-
else locale.getencoding() # type: ignore
53+
else locale.getencoding()
5454
)
5555

5656
# In some strange cases (PyPy3 in a virtualenv!?) the stdout encoding of

0 commit comments

Comments
 (0)