This commit is contained in:
Florian Bruhin 2018-03-09 14:13:29 +01:00
parent ebb373ccad
commit 39eb512b27

View File

@ -259,7 +259,6 @@ class HintKeyParser(CommandKeyParser):
Returns: Returns:
True if the match has been handled, False otherwise. True if the match has been handled, False otherwise.
""" """
dry_run_match = super().handle(e, dry_run=True) dry_run_match = super().handle(e, dry_run=True)
if dry_run: if dry_run:
return dry_run_match return dry_run_match