mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 21:36:31 +00:00
Add missing import statement and remove unused import
This commit is contained in:
parent
7d25ad48c0
commit
4833794128
@ -14,8 +14,7 @@ Integrations support application credentials with a file in the integration fold
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.components.application_credentials.AuthorizationServer
|
from homeassistant.components.application_credentials import AuthorizationServer
|
||||||
from homeassistant.components.application_credentials.ClientCredential
|
|
||||||
|
|
||||||
|
|
||||||
async def async_get_authorization_server(
|
async def async_get_authorization_server(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user