Update black to 23.1.0 (#87188)
This commit is contained in:
parent
f7666239ff
commit
5e81d28116
312 changed files with 299 additions and 475 deletions
|
@ -90,7 +90,6 @@ class SQLConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
)
|
||||
|
||||
if user_input is not None:
|
||||
|
||||
db_url = user_input.get(CONF_DB_URL, db_url_default)
|
||||
query = user_input[CONF_QUERY]
|
||||
column = user_input[CONF_COLUMN_NAME]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue