Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/modules/devices/openwb/openwb_evu_kit/device.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down