Browse Source

remove unused input and output from dynamic node

tags/v0.3.6-rc0
haixuanTao 1 year ago
parent
commit
00d3732a90
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      examples/python-dataflow/dataflow_dynamic.yml

+ 0
- 3
examples/python-dataflow/dataflow_dynamic.yml View File

@@ -4,7 +4,6 @@ nodes:
path: opencv-video-capture
inputs:
tick: dora/timer/millis/16
stop: plot/end
outputs:
- image
env:
@@ -17,5 +16,3 @@ nodes:
path: dynamic
inputs:
image: camera/image
outputs:
- end

Loading…
Cancel
Save