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:
@@ -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]":
|
||||
|
||||
Reference in New Issue
Block a user