Relative imports and reformat code (auto)

This commit is contained in:
Alex Root Junior 2017-12-10 02:40:59 +02:00
parent 6a64573e44
commit 0295aed615
8 changed files with 19 additions and 6 deletions

View file

@ -31,7 +31,8 @@ class Bot(BaseBot):
delattr(self, '_me')
async def download_file_by_id(self, file_id: base.String, destination=None,
timeout: base.Integer=30, chunk_size: base.Integer=65536, seek: base.Boolean=True):
timeout: base.Integer = 30, chunk_size: base.Integer = 65536,
seek: base.Boolean = True):
"""
Download file by file_id to destination