diff --git a/handyrl/connection.py b/handyrl/connection.py index 49a176e..8b01d55 100755 --- a/handyrl/connection.py +++ b/handyrl/connection.py @@ -29,9 +29,6 @@ def close(self): self.conn.close() self.conn = None - def fileno(self): - return self.conn.fileno() - def _recv(self, size): buf = io.BytesIO() while size > 0: