Skip to content

Commit fcdf4bb

Browse files
committed
PEP8 correction
1 parent f30681e commit fcdf4bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sfs/mono/drivingfunction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def source_selection_point(n0, x0, xs):
203203
ds = x0 - xs
204204
return inner1d(ds, n0) >= defs.selection_tolerance
205205

206+
206207
def source_selection_line(n0, x0, xs):
207208
"""Secondary source selection for a line source.
208209

0 commit comments

Comments
 (0)