mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Clean up unneeded ruff noqa directives (#113616)
This commit is contained in:
@@ -494,7 +494,7 @@ async def async_setup_platform(
|
||||
)
|
||||
|
||||
|
||||
async def async_setup_entry( # noqa: C901
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||
) -> None:
|
||||
"""Set up System Montor sensors based on a config entry."""
|
||||
|
Reference in New Issue
Block a user