mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 to bots/define/define.py.
This commit is contained in:
parent
c7a0f26846
commit
acfb7c902a
|
@ -63,7 +63,7 @@ class DefineHandler(object):
|
|||
# Could not fetch definitions for the given word.
|
||||
if not definitions:
|
||||
response += self.REQUEST_ERROR_MESSAGE
|
||||
else: # Definitions available.
|
||||
else: # Definitions available.
|
||||
# Show definitions line by line.
|
||||
for d in definitions:
|
||||
example = d['example'] if d['example'] else '*No example available.*'
|
||||
|
|
Loading…
Reference in New Issue