Remove extra line.

This commit is contained in:
Yuxin Wang 2018-10-13 14:24:24 -04:00
parent 380e50fe56
commit c69097bfd2

View file

@ -68,7 +68,6 @@ class DownloadManager:
# we will hide exceptions here since the exceptions will re-arise when we do read task in download main body
# we will handle the exceptions there
async def _request_chunkinfo(self):
await write_message(self._tracker_writer, {
'type': MessageType.REQUEST_FILE_LOCATION,