feat(dbgpts): fix dbgpts update blocking service problem

This commit is contained in:
yhjun1026
2024-08-28 15:51:38 +08:00
parent 5f1b142f4e
commit 8e6148eae2
2 changed files with 39 additions and 2 deletions

View File

@@ -440,7 +440,6 @@ class ExampleFlowTextAreaOperator(MapOperator[str, str]):
class ExampleFlowSliderOperator(MapOperator[float, float]):
metadata = ViewMetadata(
label="Example Flow Slider",
name="example_flow_slider",