Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f99e514

Browse files
authored
removedouble decode (#14756)
2 parents bd310ed + 4e97c86 commit f99e514

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_embed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def test_ipython_embed():
5959
stderr=subprocess.PIPE,
6060
)
6161
out, err = p.communicate(_exit)
62-
std = out.decode("UTF-8")
6362
try:
6463
std = out.decode("UTF-8")
6564
except UnicodeDecodeError as e:

0 commit comments

Comments
 (0)