mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Sort imports according to PEP8 for components starting with "S" (#29777)
This commit is contained in:
committed by
Franck Nijhof
parent
21816eeed4
commit
23b92b2a56
@@ -1,14 +1,16 @@
|
||||
"""Tests for the sigfox sensor."""
|
||||
import re
|
||||
import requests_mock
|
||||
import unittest
|
||||
|
||||
import requests_mock
|
||||
|
||||
from homeassistant.components.sigfox.sensor import (
|
||||
API_URL,
|
||||
CONF_API_LOGIN,
|
||||
CONF_API_PASSWORD,
|
||||
)
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
TEST_API_LOGIN = "foo"
|
||||
|
||||
Reference in New Issue
Block a user