Skip to content
Snippets Groups Projects
Commit 29ac3116 authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

_context.py: Remove useless `return` from `Context.message`


This pointless bare `return` was causing modern pylint to raise an
error.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 2d012a21
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,6 @@ class Context():
assert self._message_handler
self._message_handler(message, context=self)
return
# silence()
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment