Skip to content

Commit 150cd6e

Browse files
committed
black
1 parent 75fcd4f commit 150cd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyat/at/physics/rdt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def get_rdts(
504504

505505
refpts = ring.uint32_refpts(refpts)
506506
idx_mag = ring.get_uint32_index(Multipole)
507-
lo, avebeta, avemu, avedisp, *_ = ring.avlinopt(refpts=All,dp=dp)
507+
lo, avebeta, avemu, avedisp, *_ = ring.avlinopt(refpts=All, dp=dp)
508508

509509
sall = ring.get_s_pos(All)
510510
smag = sall[idx_mag]

0 commit comments

Comments
 (0)