You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2019/04/27 00:38:02 UTC

[incubator-ponymail] 02/04: Unused import

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git

commit 44e2c5ec2115e8dd5dca00f9b42272a33561381a
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 27 01:18:34 2019 +0100

    Unused import
---
 tools/edit-list.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/edit-list.py b/tools/edit-list.py
index b91ee4c..fa69ac2 100755
--- a/tools/edit-list.py
+++ b/tools/edit-list.py
@@ -30,7 +30,6 @@ This utility can be used to:
 import sys
 import time
 import argparse
-import json
 
 from elastic import Elastic