pprint not needded here at all

This commit is contained in:
D0han 2019-09-30 01:24:03 +02:00
parent 0b0fbd76a7
commit 6ae91050da

View File

@ -3,8 +3,6 @@
import json import json
import csv import csv
import sys import sys
from pprint import pprint
with open("../bookmarks.json") as f: with open("../bookmarks.json") as f:
bookmarks = json.load(f) bookmarks = json.load(f)