1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-02 22:52:06 +01:00

Deduplicate constants A-D (#105638)

This commit is contained in:
Joost Lekkerkerker
2023-12-13 14:21:44 +01:00
committed by GitHub
parent 02853a62f0
commit ac53b78a0c
61 changed files with 91 additions and 101 deletions

View File

@@ -6,11 +6,11 @@ from aiogithubapi import GitHubException
from homeassistant import config_entries
from homeassistant.components.github.config_flow import get_repositories
from homeassistant.components.github.const import (
CONF_ACCESS_TOKEN,
CONF_REPOSITORIES,
DEFAULT_REPOSITORIES,
DOMAIN,
)
from homeassistant.const import CONF_ACCESS_TOKEN
from homeassistant.core import HomeAssistant
from homeassistant.data_entry_flow import FlowResultType