Skip to content

Commit 29c70dc

Browse files
committed
STY
1 parent e8ca3cc commit 29c70dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

refellips/objectiveSE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from refnx._lib import flatten
1919

2020

21-
def circular_distance(angle1, angle2, period=2*np.pi):
21+
def circular_distance(angle1, angle2, period=2 * np.pi):
2222
"""
2323
Calculates the circular distance between two angles.
2424

0 commit comments

Comments
 (0)