From a13e5930123c000cd2a6e52578f607da09e8078b Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 18 Oct 2017 08:38:26 +0200 Subject: [PATCH] Fix unused-import errors found by pylint --- bumblebee/modules/currency.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumblebee/modules/currency.py b/bumblebee/modules/currency.py index 7cda1d9..2fd466f 100644 --- a/bumblebee/modules/currency.py +++ b/bumblebee/modules/currency.py @@ -20,7 +20,6 @@ Note: source and destination names right now must correspond to the names used b import bumblebee.input import bumblebee.output import bumblebee.engine -import json import time try: import requests