1
0
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:
Franck Nijhof
2019-12-10 09:25:42 +01:00
committed by Pascal Vizeli
parent 27244e29c4
commit f5d4878992
8 changed files with 18 additions and 22 deletions

View File

@@ -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,