Skip to content

Commit b08d41d

Browse files
committed
formatting
1 parent de2d732 commit b08d41d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

telegram/ext/messagehandler.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,12 @@ class MessageHandler(Handler):
105105
be used to insert updates. Default is ``False``
106106
"""
107107

108-
def __init__(self, filters, callback, allow_edited=False, pass_update_queue=False, pass_job_queue=False):
108+
def __init__(self,
109+
filters,
110+
callback,
111+
allow_edited=False,
112+
pass_update_queue=False,
113+
pass_job_queue=False):
109114
super(MessageHandler, self).__init__(callback,
110115
pass_update_queue=pass_update_queue,
111116
pass_job_queue=pass_job_queue)

0 commit comments

Comments
 (0)