Browse Source

Disable pylint fixme

tags/v0.3.7rc0
haixuanTao 1 year ago
parent
commit
9e495c5dfd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      node-hub/dora-qwenvl/dora_qwenvl/main.py

+ 1
- 0
node-hub/dora-qwenvl/dora_qwenvl/main.py View File

@@ -102,6 +102,7 @@ def main():

if event_type == "INPUT":

# pylint: disable=fixme
# TODO: Remove this after https://github.com/dora-rs/dora/pull/652
while True:
next_event = node.next(timeout=0.001)


Loading…
Cancel
Save