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):
|
def __init__(self, lst):
|
||||||
self.lst = lst
|
self.lst = lst
|
||||||
|
|
||||||
def writable(self):
|
def writable(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue