mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
apply black with new line-length == 120
This commit is contained in:
@@ -14,9 +14,7 @@ class EchoPlugin:
|
||||
message.create_chat()
|
||||
addr = message.get_sender_contact().addr
|
||||
if message.is_system_message():
|
||||
message.chat.send_text(
|
||||
"echoing system message from {}:\n{}".format(addr, message)
|
||||
)
|
||||
message.chat.send_text("echoing system message from {}:\n{}".format(addr, message))
|
||||
else:
|
||||
text = message.text
|
||||
message.chat.send_text("echoing from {}:\n{}".format(addr, text))
|
||||
|
||||
Reference in New Issue
Block a user