Fix unused-import errors found by pylint

This commit is contained in:
Frederic Junod 2017-10-18 08:38:26 +02:00
parent 70a58715f3
commit a13e593012

View file

@ -20,7 +20,6 @@ Note: source and destination names right now must correspond to the names used b
import bumblebee.input import bumblebee.input
import bumblebee.output import bumblebee.output
import bumblebee.engine import bumblebee.engine
import json
import time import time
try: try:
import requests import requests