mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix isort on a small set of misc files (#29803)
This commit is contained in:
committed by
Pascal Vizeli
parent
27244e29c4
commit
f5d4878992
@@ -1,5 +1,6 @@
|
||||
"""The tests for the feedreader component."""
|
||||
from datetime import timedelta
|
||||
from genericpath import exists
|
||||
from logging import getLogger
|
||||
from os import remove
|
||||
import time
|
||||
@@ -7,8 +8,6 @@ import unittest
|
||||
from unittest import mock
|
||||
from unittest.mock import patch
|
||||
|
||||
from genericpath import exists
|
||||
|
||||
from homeassistant.components import feedreader
|
||||
from homeassistant.components.feedreader import (
|
||||
CONF_MAX_ENTRIES,
|
||||
|
||||
Reference in New Issue
Block a user