From f561ef59bfd9d11f1742d3274aeb12b33bb9b954 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 6 Dec 2017 21:51:23 +0100 Subject: [PATCH] Reformat method --- pyrogram/client/client.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 2d624906..38f18740 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -470,10 +470,7 @@ class Client: "upload_video_note": types.SendMessageUploadRoundAction, } - def send_chat_action(self, - chat_id: int or str, - action: str, - progress: int = 0): + def send_chat_action(self, chat_id: int or str, action: str, progress: int = 0): return self.send( functions.messages.SetTyping( peer=self.resolve_peer(chat_id),