mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +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
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.components.application_credentials.AuthorizationServer
|
||||
from homeassistant.components.application_credentials.ClientCredential
|
||||
from homeassistant.components.application_credentials import AuthorizationServer
|
||||
|
||||
|
||||
async def async_get_authorization_server(
|
||||
|
Loading…
x
Reference in New Issue
Block a user