FIX(buku) review comments: clean up line formatting

This commit is contained in:
Chris Drexler 2018-12-28 09:36:25 +01:00
parent 5bc1ab63da
commit 315d9c475d

2
buku
View File

@ -2375,10 +2375,8 @@ class BukuDb:
items = []
if filepath.endswith('.md'):
items = import_md(filepath=filepath, newtag=newtag)
elif filepath.endswith('org'):
items = import_org(filepath=filepath, newtag=newtag)
elif filepath.endswith('json'):
if not tacit:
resp = input('Add Bookmark folder name as tag? (y/n): ')