Skip to content

Commit d0b5f94

Browse files
authored
Fix PEP8 error...
1 parent 40311a3 commit d0b5f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/units/basic_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def rad_fn(x, pos=None):
302302
n = int((x / np.pi) * 2.0 + 0.25)
303303
else:
304304
n = int((x / np.pi) * 2.0 - 0.25)
305-
305+
306306
if n == 0:
307307
return '0'
308308
elif n == 1:

0 commit comments

Comments
 (0)