diff --git a/packages/modules/devices/openwb/openwb_evu_kit/device.py b/packages/modules/devices/openwb/openwb_evu_kit/device.py index 877a9fa6c9..439500b7fb 100644 --- a/packages/modules/devices/openwb/openwb_evu_kit/device.py +++ b/packages/modules/devices/openwb/openwb_evu_kit/device.py @@ -1,6 +1,5 @@ import logging from pathlib import Path -import time from typing import Iterable, Union from helpermodules.utils.run_command import run_command @@ -36,7 +35,6 @@ def update_components(components: Iterable[Union[BatKit, EvuKit, PvKit]]): with client: for component in components: component.update() - time.sleep(0.2) def initializer(): nonlocal client