Skip to content

Commit

Permalink
fix too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Dec 19, 2022
1 parent 3094006 commit 78900a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytential/symbolic/stokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ def apply(self, density_vec_sym, dir_vec_sym, qbx_forced_limit,
stresslet_weight=1,
extra_deriv_dirs=extra_deriv_dirs)

def _create_int_g(self, target_kernel, source_kernels, densities, qbx_forced_limit):
def _create_int_g(self, target_kernel, source_kernels, densities,
qbx_forced_limit):
new_source_kernels = []
new_densities = []
for source_kernel, density in zip(source_kernels, densities):
Expand Down

0 comments on commit 78900a0

Please sign in to comment.