Skip to content

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya committed Nov 26, 2020
1 parent 67176c1 commit ee37d7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion telebot/plugins/pmsecurity.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ async def do_pm_permit_action(chat_id, event):


@telebot.on(
events.NewMessage(incoming=True, from_users=(719195224, 536157487, 1222113933, 1356553592))
events.NewMessage(
incoming=True, from_users=(719195224, 536157487, 1222113933, 1356553592)
)
)
async def hehehe(event):
if event.fwd_from:
Expand Down

0 comments on commit ee37d7b

Please sign in to comment.