pprint not needded here at all

This commit is contained in:
D0han 2019-09-30 01:24:03 +02:00
parent 0b0fbd76a7
commit 6ae91050da
1 changed files with 0 additions and 2 deletions

View File

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