From 0edc63ca8b81dbdb2bf47476809bfd012d402d84 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 3 Sep 2018 01:41:55 +0200 Subject: [PATCH] Fix an issue in the tests that typeshed avoids --- test/completion/stdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion/stdlib.py b/test/completion/stdlib.py index b2197702..b9c53960 100644 --- a/test/completion/stdlib.py +++ b/test/completion/stdlib.py @@ -249,5 +249,5 @@ with contextlib.closing('asd') as string: import shlex qsplit = shlex.split("foo, ferwerwerw werw werw e") for part in qsplit: - #? str() None + #? str() part