From 917bf4142098f96d3b808edab60842e0a3964e7c Mon Sep 17 00:00:00 2001 From: Guy Khmelnitsky <3136012+GuyKh@users.noreply.github.com> Date: Thu, 16 Dec 2021 17:48:13 +0200 Subject: [PATCH] Update config_flow.py --- homeassistant/components/glances/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/glances/config_flow.py b/homeassistant/components/glances/config_flow.py index da27ac42df2..a632e571b5d 100644 --- a/homeassistant/components/glances/config_flow.py +++ b/homeassistant/components/glances/config_flow.py @@ -10,7 +10,7 @@ from homeassistant.const import ( CONF_PORT, CONF_SCAN_INTERVAL, CONF_SSL, - CONF_USERNAME + CONF_USERNAME, ) from homeassistant.core import callback