mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -8,7 +8,10 @@ from tests.components.nws.const import NWS_CONFIG
|
||||
|
||||
async def test_unload_entry(hass, mock_simple_nws):
|
||||
"""Test that nws setup with config yaml."""
|
||||
entry = MockConfigEntry(domain=DOMAIN, data=NWS_CONFIG,)
|
||||
entry = MockConfigEntry(
|
||||
domain=DOMAIN,
|
||||
data=NWS_CONFIG,
|
||||
)
|
||||
entry.add_to_hass(hass)
|
||||
|
||||
await hass.config_entries.async_setup(entry.entry_id)
|
||||
|
||||
Reference in New Issue
Block a user