1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-08 07:42:13 +02:00

fix(waveform, rpc_reference): __getitem__ removed form waveform and rpc_reference

This commit is contained in:
2025-04-10 16:11:07 +02:00
parent 5f272a66a4
commit 3a82c95f60
3 changed files with 6 additions and 17 deletions
-6
View File
@@ -3161,12 +3161,6 @@ class Waveform(RPCBase):
The font size of the legend font.
"""
@rpc_call
def __getitem__(self, key: "int | str"):
"""
None
"""
@property
@rpc_call
def curves(self) -> "list[Curve]":