From d8828ee8773752d1bf22427f84eef08e29d46c9c Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 29 Aug 2015 07:50:47 -0400 Subject: [PATCH] tor: remove unused import --- plinth/modules/tor/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/tor/__init__.py b/plinth/modules/tor/__init__.py index 40455c1bc..8195777e0 100644 --- a/plinth/modules/tor/__init__.py +++ b/plinth/modules/tor/__init__.py @@ -20,7 +20,6 @@ Plinth module to configure Tor """ from gettext import gettext as _ -import json from . import tor from .tor import init