Commit 2d44f13c authored by Denis Bilenko's avatar Denis Bilenko

remove unnecessary empty line

parent e882c749
...@@ -138,7 +138,6 @@ class Input(object): ...@@ -138,7 +138,6 @@ class Input(object):
self.position = 0 self.position = 0
if self.chunk_length == 0: if self.chunk_length == 0:
rfile.readline() rfile.readline()
return ''.join(response) return ''.join(response)
def read(self, length=None): def read(self, length=None):
......
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