Fix flake8 warnings. (#17)

This commit is contained in:
Jimmy Hedman
2018-05-21 15:07:17 +02:00
committed by Otto Winter
parent 374ea7044c
commit e8fe653140
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -567,7 +567,6 @@ def setup_mqtt_component(obj, config):
availability[CONF_PAYLOAD_NOT_AVAILABLE]))
# shlex's quote for Python 2.7
_find_unsafe = re.compile(r'[^\w@%+=:,./-]').search