Fix lint issue

This commit is contained in:
Philipp Hansch 2016-03-20 12:08:26 +01:00
parent 8000af1664
commit 573660f36d

View File

@ -49,7 +49,7 @@ def get_args():
def import_netscape_bookmarks(bookmarks_file):
"""Import bookmarks from a NETSCAPE-Bookmark-file v1
Generated by Chromium, Firefox, Internet Explorer and possibly more browsers
Generated by Chromium, Firefox, IE and possibly more browsers
"""
import bs4
with open(bookmarks_file, encoding='utf-8') as f: