Skip to content

Commit 1c76f6e

Browse files
committed
ignore flake8-bugbear error
1 parent 2bedbbd commit 1c76f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)