1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +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

@@ -7,7 +7,7 @@ import re
import subprocess
from esphome.core import CORE
from esphome.py_compat import text_type, decode_text
from esphome.py_compat import decode_text
from esphome.util import run_external_command, run_external_process
_LOGGER = logging.getLogger(__name__)