Move imports to top for notion (#29539)

* Move imports to top for notion

* Fix mocking library in test_config_flow.py
This commit is contained in:
springstan
2019-12-06 20:40:00 +01:00
committed by Aaron Bach
parent 8afe13e818
commit 6af30bc232
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ from . import (
SENSOR_WINDOW_HINGED_VERTICAL,
NotionEntity,
)
from .const import DATA_CLIENT, DOMAIN
_LOGGER = logging.getLogger(__name__)