Run black on sources

This commit is contained in:
Griatch 2020-04-20 23:39:09 +02:00
parent dc81d275e6
commit 8b2b23873f
17 changed files with 102 additions and 59 deletions

View file

@ -2041,7 +2041,9 @@ def at_search_result(matches, caller, query="", quiet=False, **kwargs):
if multimatch_string:
error = "%s\n" % multimatch_string
else:
error = _("More than one match for '{query}' (please narrow target):\n").format(query=query)
error = _("More than one match for '{query}' (please narrow target):\n").format(
query=query
)
for num, result in enumerate(matches):
# we need to consider Commands, where .aliases is a list