Skip to content

Commit 5a3b983

Browse files
committed
Remove pylint exclusion
1 parent 9ecfb19 commit 5a3b983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overrides/homepage_examples/add_interactivity.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ruff: noqa: INP001
2-
# pylint: disable=assignment-from-no-return, unnecessary-lambda
32
from reactpy import component, html, use_state
43

54

6-
def filter_videos(*_, **__): ...
5+
def filter_videos(*_, **__):
6+
return []
77

88

99
def search_input(*_, **__): ...

0 commit comments

Comments
 (0)