Skip to content

Commit

Permalink
Disable pylint fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Oct 12, 2024
1 parent edc1467 commit 9e495c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node-hub/dora-qwenvl/dora_qwenvl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9e495c5

Please sign in to comment.