mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@ -80,7 +80,9 @@ class TransmissionFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
)
|
||||
|
||||
return self.async_show_form(
|
||||
step_id="user", data_schema=DATA_SCHEMA, errors=errors,
|
||||
step_id="user",
|
||||
data_schema=DATA_SCHEMA,
|
||||
errors=errors,
|
||||
)
|
||||
|
||||
async def async_step_import(self, import_config):
|
||||
|
Reference in New Issue
Block a user