Sort imports according to PEP8 for pushbullet (#29748)

This commit is contained in:
Bas Nijholt 2019-12-09 13:06:25 +01:00 committed by Franck Nijhof
parent 3df40c7a16
commit e9b428781b
3 changed files with 7 additions and 11 deletions

View file

@ -6,8 +6,9 @@ from unittest.mock import patch
from pushbullet import PushBullet
import requests_mock
from homeassistant.setup import setup_component
import homeassistant.components.notify as notify
from homeassistant.setup import setup_component
from tests.common import assert_setup_component, get_test_home_assistant, load_fixture