Skip to content

Commit b72b419

Browse files
committed
fix formatting
1 parent 06de54f commit b72b419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dls_barcode/geometry/unipuck_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _determine_puck_orientation(puck, pin_centers):
109109
original_angle = puck.angle()
110110

111111
# For each angular increment, calculate the sum of squared errors in slot center position
112-
for a in range(0, 360, 2):
112+
for a in range(0, 360, 2):
113113
angle = a / (180 / math.pi)
114114
puck.set_rotation(angle)
115115
sse = 0

0 commit comments

Comments
 (0)