From 6ae91050dabdc07bad086214b805392cdd025f7f Mon Sep 17 00:00:00 2001 From: D0han Date: Mon, 30 Sep 2019 01:24:03 +0200 Subject: [PATCH] pprint not needded here at all --- tools/bookmark_integrator | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/bookmark_integrator b/tools/bookmark_integrator index 3c25b891..ae671201 100755 --- a/tools/bookmark_integrator +++ b/tools/bookmark_integrator @@ -3,8 +3,6 @@ import json import csv import sys -from pprint import pprint - with open("../bookmarks.json") as f: bookmarks = json.load(f)