fix D401 in importer

This commit is contained in:
Ryan Farley 2017-10-26 17:09:45 -05:00
parent 5d2975293b
commit 879e8dfb2c

View File

@ -138,7 +138,7 @@ def get_args():
def search_escape(url):
"""Escapes URLs such that preexisting { and } are handled properly.
"""Escape URLs such that preexisting { and } are handled properly.
Will obviously trash a properly-formatted Qutebrowser URL.
"""