mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 16:26:30 +00:00
Remove pylint unused-import (#871)
This commit is contained in:
parent
b1a3b5dc17
commit
f89e7153e2
@ -301,7 +301,7 @@ Example configuration flow that includes two show progress tasks.
|
||||
```python
|
||||
from homeassistant import config_entries
|
||||
|
||||
from .const import DOMAIN # pylint:disable=unused-import
|
||||
from .const import DOMAIN
|
||||
|
||||
|
||||
class TestFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
|
Loading…
x
Reference in New Issue
Block a user