Skip to content

Commit f8fe5ff

Browse files
committed
No linting for unused variable funcs
1 parent 4066a8c commit f8fe5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_query_eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ def test_call_non_named_expression(self, df):
11811181
def func(*_):
11821182
return 1
11831183

1184-
funcs = [func]
1184+
funcs = [func] # noqa
11851185

11861186
df.eval("@func()")
11871187

0 commit comments

Comments
 (0)