Fix isort on a small set of misc files (#29803)
This commit is contained in:
parent
27244e29c4
commit
f5d4878992
8 changed files with 18 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue