forked from VimPlug/jedi
add _io mixin because that's what open in python3 returns
This commit is contained in:
3
jedi/mixin/_io.pym
Normal file
3
jedi/mixin/_io.pym
Normal file
@@ -0,0 +1,3 @@
|
||||
class TextIOWrapper():
|
||||
def __next__(self):
|
||||
return ''
|
||||
Reference in New Issue
Block a user