Fix lint
This commit is contained in:
parent
ebb373ccad
commit
39eb512b27
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user