1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Sort imports according to PEP8 for ring (#29680)

This commit is contained in:
Bas Nijholt
2019-12-09 11:58:40 +01:00
committed by Franck Nijhof
parent df85a50f3b
commit c7d61279bd
7 changed files with 21 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
"""Configuration for Ring tests."""
import requests_mock
import pytest
from tests.common import load_fixture
from asynctest import patch
import pytest
import requests_mock
from tests.common import load_fixture
@pytest.fixture(name="ring_mock")