Skip to content

Commit 6ae2cca

Browse files
committed
ignore flake8-bugbear error
1 parent d9c3691 commit 6ae2cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grudge/trace_pair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def get_opposite_trace(ary):
431431
if isinstance(ary, Number):
432432
return ary
433433
else:
434-
return other_to_self(ary)
434+
return other_to_self(ary) # noqa: B023
435435

436436
from arraycontext import rec_map_array_container
437437
from meshmode.dof_array import DOFArray

0 commit comments

Comments
 (0)