1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-09 23:02:23 +01:00

Py3 Updates

This commit is contained in:
Otto Winter
2019-10-18 16:58:29 +02:00
parent 7a43231c43
commit af35c9258e
3 changed files with 2 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import subprocess
import sys
from esphome import const
from esphome.py_compat import IS_PY2, IS_PY3
from esphome.py_compat import IS_PY2
_LOGGER = logging.getLogger(__name__)