Commit f90fc68d authored by Eli Bendersky's avatar Eli Bendersky

fix whitespace woes

parent 43cc5f29
...@@ -1189,7 +1189,7 @@ class _ListDataStream(io.BufferedIOBase): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment