mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix an issue in the tests that typeshed avoids
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user