add autoflake

add autoflake
remove unused imports
This commit is contained in:
Brian Martin 2019-06-06 23:18:28 -04:00
parent 75810c18e2
commit 4e46d7e810
6 changed files with 37 additions and 25 deletions

View file

@ -9,8 +9,6 @@ from hbmqtt.client import MQTTClient
from hbmqtt.mqtt.constants import QOS_0, QOS_1, QOS_2
import pkg_resources
import time
from threading import Thread
import ssl
import bumper
import json
from datetime import datetime, timedelta