Fix pylint error

This commit is contained in:
Philipp Hörist 2019-01-06 02:15:17 +01:00
parent eb99291d44
commit a64d986c7f

View file

@ -355,7 +355,6 @@ class Chatstate:
if contact.is_groupchat(): if contact.is_groupchat():
return app.config.get_per( return app.config.get_per(
'rooms', contact.jid, 'send_chatstate', 'composing_only') 'rooms', contact.jid, 'send_chatstate', 'composing_only')
else:
return app.config.get('outgoing_chat_state_notifications') return app.config.get('outgoing_chat_state_notifications')
def remove_delay_timeout(self, contact): def remove_delay_timeout(self, contact):