Ran some pylint on thome-eagle.py

This commit is contained in:
2018-09-08 13:33:19 -07:00
parent a0a92f17ec
commit 3a4a219c25

View File

@@ -17,9 +17,9 @@ messages.
"""
import argparse
import bottle as B
import sys
import json
import bottle as B
import tHome as T
#===========================================================================