Skip to content

Commit d65f31a

Browse files
committed
Fix lint missed by flake8<5
1 parent a3c0351 commit d65f31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytential/qbx/interactions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def get_kernel(self):
9696
<> a[idim] = center[idim] - sources[idim, isrc] \
9797
{dup=idim}
9898
"""] + [f"<> strength_{i} = strengths[{i}, isrc]" for
99-
i in set(self.strength_usage)] + self.get_loopy_instructions() + ["""
99+
i in set(self.strength_usage)]
100+
+ self.get_loopy_instructions() + ["""
100101
end
101102
end
102103

0 commit comments

Comments
 (0)