mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add empty line after module docstring [tests a-e] (#112708)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""PyTest fixtures and test helpers."""
|
||||
|
||||
from unittest import mock
|
||||
from unittest.mock import AsyncMock, PropertyMock, patch
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Blebox binary_sensor entities test."""
|
||||
|
||||
from unittest.mock import AsyncMock, PropertyMock
|
||||
|
||||
import blebox_uniapi
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test Home Assistant config flow for BleBox devices."""
|
||||
|
||||
from ipaddress import ip_address
|
||||
from unittest.mock import DEFAULT, AsyncMock, PropertyMock, patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user