Sort import for tests/components/feedreader/test_init.py (#29878)

This unblocks https://github.com/home-assistant/home-assistant/pull/29739
pull/29882/head
Bas Nijholt 2019-12-12 15:56:32 +01:00 committed by Franck Nijhof
parent 4b33578757
commit 7d68e88d31
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,5 @@
"""The tests for the feedreader component."""
from datetime import timedelta
from genericpath import exists
from logging import getLogger
from os import remove
import time
@ -8,6 +7,8 @@ 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,