Sort imports according to PEP8 for pushbullet (#29748)
This commit is contained in:
parent
3df40c7a16
commit
e9b428781b
3 changed files with 7 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue