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:
committed by
Franck Nijhof
parent
df85a50f3b
commit
c7d61279bd
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user