modbus: Remove PARALLEL_UPDATES from base_platform (#113928)

Remove PARALLEL_UPDATES from base_platform.
This commit is contained in:
jan iversen
2024-03-21 10:43:58 +01:00
committed by GitHub
parent 80c8b94021
commit e1897906cc

View File

@@ -67,7 +67,6 @@ from .const import (
)
from .modbus import ModbusHub
PARALLEL_UPDATES = 1
_LOGGER = logging.getLogger(__name__)