Skip to content

Commit 0230157

Browse files
alexfiklinducer
authored andcommitted
fix: remove noqa for RET504
1 parent 74c943c commit 0230157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grudge/models/em.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def absorbing_bc(self, w: Vector) -> Vector:
452452
self.space_cross_h(absorb_normal, absorb_h))
453453
+ absorb_Y*self.space_cross_e(absorb_normal, absorb_e)))
454454

455-
return bc # noqa: RET504
455+
return bc
456456

457457
def incident_bc(self, w: Vector) -> Vector:
458458
"""Flux terms for incident boundary conditions"""

0 commit comments

Comments
 (0)