mirror of https://github.com/python/cpython
fix whitespace woes
This commit is contained in:
parent
43cc5f29a8
commit
f90fc68db4
|
@ -1189,7 +1189,7 @@ class _ListDataStream(io.BufferedIOBase):
|
|||
"""
|
||||
def __init__(self, lst):
|
||||
self.lst = lst
|
||||
|
||||
|
||||
def writable(self):
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue