Fix an issue in the tests that typeshed avoids

This commit is contained in:
Dave Halter
2018-09-03 01:41:55 +02:00
parent 3351b06603
commit 0edc63ca8b

View File

@@ -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