From cb4996d64bac7ea57ce98784af76e3ca038ec1f1 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 8 Jul 2018 10:18:48 +0200 Subject: [PATCH] Reformat code --- pyrogram/client/methods/chats/set_chat_photo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrogram/client/methods/chats/set_chat_photo.py b/pyrogram/client/methods/chats/set_chat_photo.py index 63c75ff8..b93ba091 100644 --- a/pyrogram/client/methods/chats/set_chat_photo.py +++ b/pyrogram/client/methods/chats/set_chat_photo.py @@ -15,6 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Pyrogram. If not, see . + import os from base64 import b64decode from struct import unpack