Skip to content

Commit 6448efe

Browse files
committed
Add missing subprocess_compat import to test_unicode_cli.py
1 parent f585c4e commit 6448efe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_unicode_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import sys
55
import codecs
66

7+
from subprocess_compat import run_subprocess, safe_decode
8+
79

810
def test_cli_output_flag_with_unicode():
911
"""

0 commit comments

Comments
 (0)