Remove misplaced blank line

This commit is contained in:
Jan Verbeek 2016-11-15 00:30:54 +01:00
parent f0d215e07a
commit fc79349af6

View File

@ -291,7 +291,6 @@ class RegisterKeyParser(keyparser.CommandKeyParser):
Return: Return:
True if event has been handled, False otherwise. True if event has been handled, False otherwise.
""" """
if super().handle(e): if super().handle(e):
return True return True