Sort imports according to PEP8 for components starting with "R" (#29776)

This commit is contained in:
Bas Nijholt 2019-12-09 14:39:51 +01:00 committed by Franck Nijhof
parent 23b92b2a56
commit 485761bbaf
13 changed files with 40 additions and 42 deletions

View file

@ -9,8 +9,8 @@ from homeassistant.const import (
CONF_IP_ADDRESS,
CONF_PASSWORD,
CONF_PORT,
CONF_SSL,
CONF_SCAN_INTERVAL,
CONF_SSL,
)
from tests.common import MockConfigEntry, mock_coro