silence pylint warning
This commit is contained in:
parent
f6cfb0c529
commit
9b473093b1
@ -439,6 +439,7 @@ def qute_settings(url):
|
|||||||
def qute_bindings(url):
|
def qute_bindings(url):
|
||||||
"""Handler for qute://bindings View qute bindings."""
|
"""Handler for qute://bindings View qute bindings."""
|
||||||
|
|
||||||
|
_url = url
|
||||||
bindings = {}
|
bindings = {}
|
||||||
for mode in "normal hint command insert passthrough".split():
|
for mode in "normal hint command insert passthrough".split():
|
||||||
bindings[mode] = config.key_instance.get_bindings_for(mode)
|
bindings[mode] = config.key_instance.get_bindings_for(mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user