pprint not needded here at all
This commit is contained in:
parent
0b0fbd76a7
commit
6ae91050da
@ -3,8 +3,6 @@
|
||||
import json
|
||||
import csv
|
||||
import sys
|
||||
from pprint import pprint
|
||||
|
||||
|
||||
with open("../bookmarks.json") as f:
|
||||
bookmarks = json.load(f)
|
||||
|
Loading…
Reference in New Issue
Block a user