Skip to content

Commit

Permalink
ignore flake8-bugbear error
Browse files Browse the repository at this point in the history
  • Loading branch information
majosm committed Jul 4, 2022
1 parent 2bedbbd commit 1c76f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grudge/trace_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def get_opposite_trace(ary):
if isinstance(ary, Number):
return ary
else:
return other_to_self(ary)
return other_to_self(ary) # noqa: B023

from arraycontext import rec_map_array_container
from meshmode.dof_array import DOFArray
Expand Down

0 comments on commit 1c76f6e

Please sign in to comment.